| 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 a1afb1e5f98cd80abd4f2915559c105d02da6641..77d731fb45197941799c34c4841a09dedcdf80b7 100644
|
| --- a/net/disk_cache/disk_cache_test_util.cc
|
| +++ b/net/disk_cache/disk_cache_test_util.cc
|
| @@ -78,7 +78,8 @@ bool DeleteCache(const wchar_t* path) {
|
| }
|
|
|
| bool CheckCacheIntegrity(const std::wstring& path, bool new_eviction) {
|
| - scoped_ptr<disk_cache::BackendImpl> cache(new disk_cache::BackendImpl(path));
|
| + scoped_ptr<disk_cache::BackendImpl> cache(new disk_cache::BackendImpl(
|
| + FilePath::FromWStringHack(path)));
|
| if (!cache.get())
|
| return false;
|
| if (new_eviction)
|
|
|