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

Unified Diff: content/browser/browsing_data/storage_partition_http_cache_data_remover.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
Index: content/browser/browsing_data/storage_partition_http_cache_data_remover.h
diff --git a/components/browsing_data/content/storage_partition_http_cache_data_remover.h b/content/browser/browsing_data/storage_partition_http_cache_data_remover.h
similarity index 90%
rename from components/browsing_data/content/storage_partition_http_cache_data_remover.h
rename to content/browser/browsing_data/storage_partition_http_cache_data_remover.h
index 8d11a4ffa6f36cd249340eaf5c58b12bbd287d86..3e929a921983c72b37f10e3eea1718328f0fad75 100644
--- a/components/browsing_data/content/storage_partition_http_cache_data_remover.h
+++ b/content/browser/browsing_data/storage_partition_http_cache_data_remover.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_BROWSING_DATA_CONTENT_STORAGE_PARTITION_HTTP_CACHE_DATA_REMOVER_H_
-#define COMPONENTS_BROWSING_DATA_CONTENT_STORAGE_PARTITION_HTTP_CACHE_DATA_REMOVER_H_
+#ifndef CONTENT_BROWSER_BROWSING_DATA_STORAGE_PARTITION_HTTP_CACHE_DATA_REMOVER_H_
+#define CONTENT_BROWSER_BROWSING_DATA_STORAGE_PARTITION_HTTP_CACHE_DATA_REMOVER_H_
#include <stdint.h>
@@ -14,10 +14,6 @@
#include "net/base/completion_callback.h"
#include "url/gurl.h"
-namespace content {
-class StoragePartition;
-}
-
namespace disk_cache {
class Backend;
}
@@ -26,7 +22,9 @@ namespace net {
class URLRequestContextGetter;
}
-namespace browsing_data {
+namespace content {
+
+class StoragePartition;
// Helper to remove http cache data from a StoragePartition.
class StoragePartitionHttpCacheDataRemover {
@@ -96,6 +94,6 @@ class StoragePartitionHttpCacheDataRemover {
DISALLOW_COPY_AND_ASSIGN(StoragePartitionHttpCacheDataRemover);
};
-} // namespace browsing_data
+} // namespace content
-#endif // COMPONENTS_BROWSING_DATA_CONTENT_STORAGE_PARTITION_HTTP_CACHE_DATA_REMOVER_H_
+#endif // CONTENT_BROWSER_BROWSING_DATA_STORAGE_PARTITION_HTTP_CACHE_DATA_REMOVER_H_

Powered by Google App Engine
This is Rietveld 408576698