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

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

Issue 518803009: Move content_settings_pattern and content_settings_pattern_parser to the content_settings component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 3 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_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_
« no previous file with comments | « components/content_settings/core/common/DEPS ('k') | components/content_settings/core/common/content_settings_pattern.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698