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

Unified Diff: components/browsing_data/storage_partition_http_cache_data_remover.h

Issue 1049423002: Move StoragePartitionHttpCacheRemover to browsing_data/ components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: one more dispcrepancy in build file fixed Created 5 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: 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_
« no previous file with comments | « components/browsing_data/OWNERS ('k') | components/browsing_data/storage_partition_http_cache_data_remover.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698