summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/disk_cache_test_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/disk_cache/disk_cache_test_util.h')
-rw-r--r--net/disk_cache/disk_cache_test_util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/disk_cache/disk_cache_test_util.h b/net/disk_cache/disk_cache_test_util.h
index 05dce99..d715506 100644
--- a/net/disk_cache/disk_cache_test_util.h
+++ b/net/disk_cache/disk_cache_test_util.h
@@ -38,6 +38,7 @@ bool CheckCacheIntegrity(const std::wstring& path);
class ScopedTestCache {
public:
ScopedTestCache();
+ ScopedTestCache(const std::wstring& name); // Use a specific folder name.
~ScopedTestCache();
FilePath path() const { return FilePath::FromWStringHack(path_); }