Index: chrome/common/content_settings_pattern_parser.h |
diff --git a/chrome/browser/content_settings/content_settings_pattern_parser.h b/chrome/common/content_settings_pattern_parser.h |
similarity index 73% |
rename from chrome/browser/content_settings/content_settings_pattern_parser.h |
rename to chrome/common/content_settings_pattern_parser.h |
index eca4568b50babc6f68dd3e923a4291ccf4b14422..3638c5d2dbbeaae6fb1c20448d927e8a2c429767 100644 |
--- a/chrome/browser/content_settings/content_settings_pattern_parser.h |
+++ b/chrome/common/content_settings_pattern_parser.h |
@@ -2,13 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CHROME_BROWSER_CONTENT_SETTINGS_CONTENT_SETTINGS_PATTERN_PARSER_H_ |
-#define CHROME_BROWSER_CONTENT_SETTINGS_CONTENT_SETTINGS_PATTERN_PARSER_H_ |
+#ifndef CHROME_COMMON_CONTENT_SETTINGS_PATTERN_PARSER_H_ |
+#define CHROME_COMMON_CONTENT_SETTINGS_PATTERN_PARSER_H_ |
#include <string> |
#include "base/basictypes.h" |
-#include "chrome/browser/content_settings/content_settings_pattern.h" |
+#include "chrome/common/content_settings_pattern.h" |
namespace content_settings { |
@@ -38,4 +38,4 @@ class PatternParser { |
} // namespace content_settings |
-#endif // CHROME_BROWSER_CONTENT_SETTINGS_CONTENT_SETTINGS_PATTERN_PARSER_H_ |
+#endif // CHROME_COMMON_CONTENT_SETTINGS_PATTERN_PARSER_H_ |