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

Unified Diff: components/content_settings/core/common/content_settings.h

Issue 541813002: Componentize chrome/common/content_settings files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: GN fix Created 6 years, 3 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/content_settings/core/common/content_settings.h
diff --git a/chrome/common/content_settings.h b/components/content_settings/core/common/content_settings.h
similarity index 91%
rename from chrome/common/content_settings.h
rename to components/content_settings/core/common/content_settings.h
index 7ab2ca1209c95e807880fa8df713dae816fa26fd..f35e9e1b14a064475110dc79ce13307a03c8c512 100644
--- a/chrome/common/content_settings.h
+++ b/components/content_settings/core/common/content_settings.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_COMMON_CONTENT_SETTINGS_H_
-#define CHROME_COMMON_CONTENT_SETTINGS_H_
+#ifndef COMPONENTS_CONTENT_SETTINGS_CORE_COMMON_CONTENT_SETTINGS_H_
+#define COMPONENTS_CONTENT_SETTINGS_CORE_COMMON_CONTENT_SETTINGS_H_
#include <string>
#include <vector>
@@ -73,4 +73,4 @@ struct SettingInfo {
} // namespace content_settings
-#endif // CHROME_COMMON_CONTENT_SETTINGS_H_
+#endif // COMPONENTS_CONTENT_SETTINGS_CORE_COMMON_CONTENT_SETTINGS_H_
« no previous file with comments | « components/content_settings/core/common/DEPS ('k') | components/content_settings/core/common/content_settings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698