Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(271)

Unified Diff: net/disk_cache/v3/block_bitmaps_unittest.cc

Issue 17507006: Disk cache v3 ref2 Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Incl IndexTable cl Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/disk_cache/v3/block_bitmaps.cc ('k') | net/disk_cache/v3/entry_impl_v3.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/disk_cache/v3/block_bitmaps_unittest.cc
===================================================================
--- net/disk_cache/v3/block_bitmaps_unittest.cc (revision 232523)
+++ net/disk_cache/v3/block_bitmaps_unittest.cc (working copy)
@@ -10,7 +10,7 @@
// Tests that we add and remove blocks correctly.
TEST(DiskCacheBlockBitmaps, V3AllocationMap) {
- disk_cache::BlockBitmaps block_bitmaps;
+ disk_cache::BlockBitmaps block_bitmaps(NULL);
disk_cache::BlockFilesBitmaps bitmaps;
const int kNumHeaders = 10;
« no previous file with comments | « net/disk_cache/v3/block_bitmaps.cc ('k') | net/disk_cache/v3/entry_impl_v3.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698