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

Unified Diff: chrome/common/content_settings_pattern.h

Issue 7885006: Moving ContentSettingsPattern from chrome/browser/content_settings to chrome/common. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Keeping up to date with trunk. Created 9 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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/content_settings_pattern.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/content_settings_pattern.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698