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

Unified Diff: components/browsing_data/content/conditional_cache_deletion_helper.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/conditional_cache_deletion_helper.h
diff --git a/components/browsing_data/conditional_cache_deletion_helper.h b/components/browsing_data/content/conditional_cache_deletion_helper.h
similarity index 90%
rename from components/browsing_data/conditional_cache_deletion_helper.h
rename to components/browsing_data/content/conditional_cache_deletion_helper.h
index b4376b3463e3fa4cff0bfb5dcc1c816ae058277b..c46d8bed820bc2f13925c4bac8a262c9a32ddbfd 100644
--- a/components/browsing_data/conditional_cache_deletion_helper.h
+++ b/components/browsing_data/content/conditional_cache_deletion_helper.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_CONDITIONAL_CACHE_DELETION_HELPER_H_
-#define COMPONENTS_BROWSING_DATA_CONDITIONAL_CACHE_DELETION_HELPER_H_
+#ifndef COMPONENTS_BROWSING_DATA_CONTENT_CONDITIONAL_CACHE_DELETION_HELPER_H_
+#define COMPONENTS_BROWSING_DATA_CONTENT_CONDITIONAL_CACHE_DELETION_HELPER_H_
#include <memory>
@@ -70,4 +70,4 @@ class ConditionalCacheDeletionHelper {
} // namespace browsing_data
-#endif // COMPONENTS_BROWSING_DATA_CONDITIONAL_CACHE_DELETION_HELPER_H_
+#endif // COMPONENTS_BROWSING_DATA_CONTENT_CONDITIONAL_CACHE_DELETION_HELPER_H_
« no previous file with comments | « components/browsing_data/content/DEPS ('k') | components/browsing_data/content/conditional_cache_deletion_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698