Index: net/disk_cache/stress_cache.cc |
=================================================================== |
--- net/disk_cache/stress_cache.cc (revision 70512) |
+++ net/disk_cache/stress_cache.cc (working copy) |
@@ -104,7 +104,7 @@ |
int rv = disk_cache::BackendImpl::CreateBackend( |
path, false, cache_size, net::DISK_CACHE, |
disk_cache::kNoLoadProtection | disk_cache::kNoRandom, |
- cache_thread.message_loop_proxy(), &cache, &cb); |
+ cache_thread.message_loop_proxy(), NULL, &cache, &cb); |
if (cb.GetResult(rv) != net::OK) { |
printf("Unable to initialize cache.\n"); |