Clean up Simple Index handling of removed entries.
commitb9f8df0abbeda454dd9366d487f6fcb2320d9587
authorgavinp@chromium.org <gavinp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 30 Aug 2013 19:03:02 +0000 (30 19:03 +0000)
committergavinp@chromium.org <gavinp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 30 Aug 2013 19:03:02 +0000 (30 19:03 +0000)
treee7cc857afc662de9a01a73d039b2662b64e20b91
parent1b163742916748a059c22c5deb254f9664759b3e
Clean up Simple Index handling of removed entries.

The loop to remove entries seemed a bit silly going through both lists;
it's a bit more clear to do it on the merged set.

R=rdsmith,pliard
BUG=None

Review URL: https://chromiumcodereview.appspot.com/22430014

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220618 0039d316-1c4b-4281-b951-d872f2087c98
net/disk_cache/simple/simple_index.cc