Index: chrome/common/content_settings_pattern.h |
diff --git a/chrome/browser/content_settings/content_settings_pattern.h b/chrome/common/content_settings_pattern.h |
similarity index 97% |
rename from chrome/browser/content_settings/content_settings_pattern.h |
rename to chrome/common/content_settings_pattern.h |
index 232b96b7b0311446e4d32a60ad8f17f7e6756db4..7838141046611aa76d7be807213cb0e66bb1bb21 100644 |
--- a/chrome/browser/content_settings/content_settings_pattern.h |
+++ b/chrome/common/content_settings_pattern.h |
@@ -4,8 +4,8 @@ |
// Patterns used in content setting rules. |
-#ifndef CHROME_BROWSER_CONTENT_SETTINGS_CONTENT_SETTINGS_PATTERN_H_ |
-#define CHROME_BROWSER_CONTENT_SETTINGS_CONTENT_SETTINGS_PATTERN_H_ |
+#ifndef CHROME_COMMON_CONTENT_SETTINGS_PATTERN_H_ |
+#define CHROME_COMMON_CONTENT_SETTINGS_PATTERN_H_ |
#pragma once |
#include <ostream> |
@@ -254,4 +254,4 @@ inline std::ostream& operator<<( |
return out << pattern.ToString(); |
} |
-#endif // CHROME_BROWSER_CONTENT_SETTINGS_CONTENT_SETTINGS_PATTERN_H_ |
+#endif // CHROME_COMMON_CONTENT_SETTINGS_PATTERN_H_ |