Index: components/content_settings/core/common/content_settings_pattern.h |
diff --git a/chrome/common/content_settings_pattern.h b/components/content_settings/core/common/content_settings_pattern.h |
similarity index 96% |
rename from chrome/common/content_settings_pattern.h |
rename to components/content_settings/core/common/content_settings_pattern.h |
index 067301454a3c0940c5bc54f5921c55a80f0fee0e..70b17a501a87f2ed021fee62e5520f9e0c2cd860 100644 |
--- a/chrome/common/content_settings_pattern.h |
+++ b/components/content_settings/core/common/content_settings_pattern.h |
@@ -4,8 +4,8 @@ |
// Patterns used in content setting rules. |
-#ifndef CHROME_COMMON_CONTENT_SETTINGS_PATTERN_H_ |
-#define CHROME_COMMON_CONTENT_SETTINGS_PATTERN_H_ |
+#ifndef COMPONENTS_CONTENT_SETTINGS_CORE_COMMON_CONTENT_SETTINGS_PATTERN_H_ |
+#define COMPONENTS_CONTENT_SETTINGS_CORE_COMMON_CONTENT_SETTINGS_PATTERN_H_ |
#include <string> |
@@ -211,4 +211,4 @@ class ContentSettingsPattern { |
bool is_valid_; |
}; |
-#endif // CHROME_COMMON_CONTENT_SETTINGS_PATTERN_H_ |
+#endif // COMPONENTS_CONTENT_SETTINGS_CORE_COMMON_CONTENT_SETTINGS_PATTERN_H_ |