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.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/net/disk_cache/disk_cache_test_util.h b/net/disk_cache/disk_cache_test_util.h
index f55905b..d639c67 100644
--- a/net/disk_cache/disk_cache_test_util.h
+++ b/net/disk_cache/disk_cache_test_util.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2009 The Chromium Authors. All rights reserved.
+// Copyright (c) 2010 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -14,8 +14,6 @@
#include "base/timer.h"
#include "build/build_config.h"
-class FilePath;
-
// Re-creates a given test file inside the cache test folder.
bool CreateCacheTestFile(const FilePath& name);
@@ -42,7 +40,8 @@ bool CheckCacheIntegrity(const FilePath& path, bool new_eviction);
class ScopedTestCache {
public:
ScopedTestCache();
- ScopedTestCache(const std::string& name); // Use a specific folder name.
+ // Use a specific folder name.
+ explicit ScopedTestCache(const std::string& name);
~ScopedTestCache();
FilePath path() const { return path_; }