| Index: content/public/test/cache_test_util.h
|
| diff --git a/chrome/browser/browsing_data/cache_test_util.h b/content/public/test/cache_test_util.h
|
| similarity index 97%
|
| rename from chrome/browser/browsing_data/cache_test_util.h
|
| rename to content/public/test/cache_test_util.h
|
| index 300e3a0da2ad4cf4ebb7883b24e5093e6bace02e..01e97da83a781221135c2b20f06e8abdc9b59a6f 100644
|
| --- a/chrome/browser/browsing_data/cache_test_util.h
|
| +++ b/content/public/test/cache_test_util.h
|
| @@ -12,7 +12,7 @@
|
| #include "content/public/browser/storage_partition.h"
|
| #include "net/disk_cache/disk_cache.h"
|
|
|
| -using content::BrowserThread;
|
| +namespace content {
|
|
|
| // A util class that can be used to create and retreive cache entries.
|
| class CacheTestUtil {
|
| @@ -57,4 +57,6 @@ class CacheTestUtil {
|
| int remaining_tasks_;
|
| };
|
|
|
| +} // namespace content
|
| +
|
| #endif // CHROME_BROWSER_BROWSING_DATA_CACHE_TEST_UTIL_H_
|
|
|