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

Unified Diff: components/content_settings/core/browser/content_settings_provider.h

Issue 430813004: Componentize content_settings_provider.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments addressed Created 6 years, 4 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 | « components/content_settings/core/browser/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/content_settings/core/browser/content_settings_provider.h
diff --git a/chrome/browser/content_settings/content_settings_provider.h b/components/content_settings/core/browser/content_settings_provider.h
similarity index 91%
rename from chrome/browser/content_settings/content_settings_provider.h
rename to components/content_settings/core/browser/content_settings_provider.h
index 48e15ccb11b158c81f2769645fe04197d7b0841a..5a537031a0c54bd128acf0ad397b58c2107606c8 100644
--- a/chrome/browser/content_settings/content_settings_provider.h
+++ b/components/content_settings/core/browser/content_settings_provider.h
@@ -4,8 +4,8 @@
// Interface for objects providing content setting rules.
-#ifndef CHROME_BROWSER_CONTENT_SETTINGS_CONTENT_SETTINGS_PROVIDER_H_
-#define CHROME_BROWSER_CONTENT_SETTINGS_CONTENT_SETTINGS_PROVIDER_H_
+#ifndef COMPONENTS_CONTENT_SETTINGS_CORE_BROWSER_CONTENT_SETTINGS_PROVIDER_H_
+#define COMPONENTS_CONTENT_SETTINGS_CORE_BROWSER_CONTENT_SETTINGS_PROVIDER_H_
#define NO_RESOURCE_IDENTIFIER std::string()
@@ -73,4 +73,4 @@ class ProviderInterface {
} // namespace content_settings
-#endif // CHROME_BROWSER_CONTENT_SETTINGS_CONTENT_SETTINGS_PROVIDER_H_
+#endif // COMPONENTS_CONTENT_SETTINGS_CORE_BROWSER_CONTENT_SETTINGS_PROVIDER_H_
« no previous file with comments | « components/content_settings/core/browser/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698