| Index: net/disk_cache/disk_cache_perftest.cc
|
| ===================================================================
|
| --- net/disk_cache/disk_cache_perftest.cc (revision 232523)
|
| +++ net/disk_cache/disk_cache_perftest.cc (working copy)
|
| @@ -215,7 +215,7 @@
|
| ASSERT_TRUE(CleanupCacheDir());
|
|
|
| disk_cache::BlockFiles files(cache_path_);
|
| - ASSERT_TRUE(files.Init(true));
|
| + ASSERT_TRUE(files.Init(true, disk_cache::kFirstAdditionalBlockFile));
|
|
|
| int seed = static_cast<int>(Time::Now().ToInternalValue());
|
| srand(seed);
|
|
|