Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2400)

Unified Diff: content/public/test/cache_test_util.h

Issue 2757923002: Move StoragePartitionHttpCacheDataRemover to content/ (Closed)
Patch Set: Rebase. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/browser/storage_partition.h ('k') | content/public/test/cache_test_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « content/public/browser/storage_partition.h ('k') | content/public/test/cache_test_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698