Index: components/browsing_data/storage_partition_http_cache_data_remover.h |
diff --git a/chrome/browser/browsing_data/storage_partition_http_cache_data_remover.h b/components/browsing_data/storage_partition_http_cache_data_remover.h |
similarity index 87% |
rename from chrome/browser/browsing_data/storage_partition_http_cache_data_remover.h |
rename to components/browsing_data/storage_partition_http_cache_data_remover.h |
index b09e31ef6f46187dffcd6dcd6829469e144b4995..eb9f575fae82478e918e5dd139d979ad09137f6b 100644 |
--- a/chrome/browser/browsing_data/storage_partition_http_cache_data_remover.h |
+++ b/components/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 CHROME_BROWSER_BROWSING_DATA_STORAGE_PARTITION_HTTP_CACHE_DATA_REMOVER_H_ |
-#define CHROME_BROWSER_BROWSING_DATA_STORAGE_PARTITION_HTTP_CACHE_DATA_REMOVER_H_ |
+#ifndef COMPONENTS_BROWSING_DATA_STORAGE_PARTITION_HTTP_CACHE_DATA_REMOVER_H_ |
+#define COMPONENTS_BROWSING_DATA_STORAGE_PARTITION_HTTP_CACHE_DATA_REMOVER_H_ |
#include "base/callback.h" |
#include "base/sequenced_task_runner_helpers.h" |
@@ -21,6 +21,8 @@ namespace net { |
class URLRequestContextGetter; |
} |
+namespace browsing_data { |
+ |
// Helper to remove http cache data from a StoragePartition. |
class StoragePartitionHttpCacheDataRemover { |
public: |
@@ -75,4 +77,6 @@ class StoragePartitionHttpCacheDataRemover { |
DISALLOW_COPY_AND_ASSIGN(StoragePartitionHttpCacheDataRemover); |
}; |
-#endif // CHROME_BROWSER_BROWSING_DATA_STORAGE_PARTITION_HTTP_CACHE_DATA_REMOVER_H_ |
+} // namespace browsing_data |
+ |
+#endif // COMPONENTS_BROWSING_DATA_STORAGE_PARTITION_HTTP_CACHE_DATA_REMOVER_H_ |