| 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 296636a56199c5f7bb4fe447002a401af1d203d5..054a41e2ce36f4f34d42faef8c97958104b433f8 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(), NULL));
|
| + path, base::MessageLoopProxy::current(), NULL));
|
| if (!cache.get())
|
| return false;
|
| if (new_eviction)
|
|
|