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

Unified Diff: components/browsing_data/core/pref_names.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/core/pref_names.h
diff --git a/components/browsing_data/pref_names.h b/components/browsing_data/core/pref_names.h
similarity index 79%
rename from components/browsing_data/pref_names.h
rename to components/browsing_data/core/pref_names.h
index 8ee1e8ca19e953aa8b8e5f337756abf7a876d2e7..70f3eb12fba3d2c97131be6259842f99e63baed3 100644
--- a/components/browsing_data/pref_names.h
+++ b/components/browsing_data/core/pref_names.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_PREF_NAMES_H_
-#define COMPONENTS_BROWSING_DATA_PREF_NAMES_H_
+#ifndef COMPONENTS_BROWSING_DATA_CORE_PREF_NAMES_H_
+#define COMPONENTS_BROWSING_DATA_CORE_PREF_NAMES_H_
namespace browsing_data {
@@ -24,4 +24,4 @@ extern const char kDeleteMediaLicenses[];
} // namespace browsing_data
-#endif // COMPONENTS_BROWSING_DATA_PREF_NAMES_H_
+#endif // COMPONENTS_BROWSING_DATA_CORE_PREF_NAMES_H_
« no previous file with comments | « components/browsing_data/core/counters/browsing_data_counter.cc ('k') | components/browsing_data/core/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698