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_ |