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

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

Issue 410993002: Componentize content_settings_types.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove the dependency of content_settings.h on content_settings_types.h Created 6 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/content_settings/core/common/content_settings_types.h
diff --git a/chrome/common/content_settings_types.h b/components/content_settings/core/common/content_settings_types.h
similarity index 87%
rename from chrome/common/content_settings_types.h
rename to components/content_settings/core/common/content_settings_types.h
index a99c7e3cdae26908250a9fdb51b3421ec43b8107..1dd454f66d5d46b1ed0f03401b594f9ec1cd0fb6 100644
--- a/chrome/common/content_settings_types.h
+++ b/components/content_settings/core/common/content_settings_types.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_TYPES_H_
-#define CHROME_COMMON_CONTENT_SETTINGS_TYPES_H_
+#ifndef COMPONENTS_CONTENT_SETTINGS_CORE_COMMON_CONTENT_SETTINGS_TYPES_H_
+#define COMPONENTS_CONTENT_SETTINGS_CORE_COMMON_CONTENT_SETTINGS_TYPES_H_
// A particular type of content to care about. We give the user various types
// of controls over each of these.
@@ -41,4 +41,4 @@ enum ContentSettingsType {
CONTENT_SETTINGS_NUM_TYPES,
};
-#endif // CHROME_COMMON_CONTENT_SETTINGS_TYPES_H_
+#endif // COMPONENTS_CONTENT_SETTINGS_CORE_COMMON_CONTENT_SETTINGS_TYPES_H_
« components/content_settings/DEPS ('K') | « components/content_settings/core/common/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698