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

Unified Diff: components/browsing_data/content/storage_partition_http_cache_data_remover.h

Issue 2127403002: Make browsing_data component a layered component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed output_name from components/browsing_data/content/BUILD.gn Created 4 years, 5 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/content/storage_partition_http_cache_data_remover.h
diff --git a/components/browsing_data/storage_partition_http_cache_data_remover.h b/components/browsing_data/content/storage_partition_http_cache_data_remover.h
similarity index 93%
rename from components/browsing_data/storage_partition_http_cache_data_remover.h
rename to components/browsing_data/content/storage_partition_http_cache_data_remover.h
index 41e0bcd7956ca83bd5809adf60174356baa265ac..ee4d581fbb7f5451f76bfb6b3d7398978221ff11 100644
--- a/components/browsing_data/storage_partition_http_cache_data_remover.h
+++ b/components/browsing_data/content/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_STORAGE_PARTITION_HTTP_CACHE_DATA_REMOVER_H_
-#define COMPONENTS_BROWSING_DATA_STORAGE_PARTITION_HTTP_CACHE_DATA_REMOVER_H_
+#ifndef COMPONENTS_BROWSING_DATA_CONTENT_STORAGE_PARTITION_HTTP_CACHE_DATA_REMOVER_H_
+#define COMPONENTS_BROWSING_DATA_CONTENT_STORAGE_PARTITION_HTTP_CACHE_DATA_REMOVER_H_
#include <stdint.h>
@@ -113,4 +113,4 @@ class StoragePartitionHttpCacheDataRemover {
} // namespace browsing_data
-#endif // COMPONENTS_BROWSING_DATA_STORAGE_PARTITION_HTTP_CACHE_DATA_REMOVER_H_
+#endif // COMPONENTS_BROWSING_DATA_CONTENT_STORAGE_PARTITION_HTTP_CACHE_DATA_REMOVER_H_

Powered by Google App Engine
This is Rietveld 408576698