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

Unified Diff: net/disk_cache/backend_unittest.cc

Issue 11649028: Add an IO thread index bitmap to disk cache. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: windows build fix Created 7 years, 11 months 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
Index: net/disk_cache/backend_unittest.cc
diff --git a/net/disk_cache/backend_unittest.cc b/net/disk_cache/backend_unittest.cc
index 2ec657e94ab06c12b8c40412b5d8b55698ac9641..0b440a091fd4ef4978c85f951363fe7fc9c48c6b 100644
--- a/net/disk_cache/backend_unittest.cc
+++ b/net/disk_cache/backend_unittest.cc
@@ -2253,7 +2253,7 @@ TEST_F(DiskCacheTest, Backend_UsageStats) {
NULL));
ASSERT_TRUE(NULL != cache.get());
cache->SetUnitTestMode();
- ASSERT_EQ(net::OK, cache->SyncInit());
+ ASSERT_EQ(net::OK, cache->SyncInit(NULL));
// Wait for a callback that never comes... about 2 secs :). The message loop
// has to run to allow invocation of the usage timer.

Powered by Google App Engine
This is Rietveld 408576698