| Index: net/disk_cache/disk_cache_test_util.cc
|
| diff --git a/net/disk_cache/disk_cache_test_util.cc b/net/disk_cache/disk_cache_test_util.cc
|
| index 76690e66de1a0f8ebcb70ed7772f58555a9236a1..ed16db0170473845f41c653529769283d0d51d03 100644
|
| --- a/net/disk_cache/disk_cache_test_util.cc
|
| +++ b/net/disk_cache/disk_cache_test_util.cc
|
| @@ -94,7 +94,7 @@ bool CopyTestCache(const std::string& name) {
|
|
|
| bool CheckCacheIntegrity(const FilePath& path, bool new_eviction) {
|
| scoped_ptr<disk_cache::BackendImpl> cache(new disk_cache::BackendImpl(
|
| - path, base::MessageLoopProxy::CreateForCurrentThread()));
|
| + path, base::MessageLoopProxy::CreateForCurrentThread(), NULL));
|
| if (!cache.get())
|
| return false;
|
| if (new_eviction)
|
|
|