| 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;
|
|
|