Index: net/disk_cache/stress_cache.cc |
=================================================================== |
--- net/disk_cache/stress_cache.cc (revision 12517) |
+++ net/disk_cache/stress_cache.cc (working copy) |
@@ -77,7 +77,8 @@ |
std::wstring path = GetCachePath(); |
path.append(L"_stress"); |
disk_cache::Backend* cache = disk_cache::CreateCacheBackend(path, false, |
- cache_size); |
+ cache_size, |
+ net::DISK_CACHE); |
if (NULL == cache) { |
printf("Unable to initialize cache.\n"); |
return; |