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

Unified Diff: chrome/browser/content_settings/pref_content_settings_provider.h

Issue 6253012: Add ContentSettingsProvider Interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 9 years, 11 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: chrome/browser/content_settings/pref_content_settings_provider.h
diff --git a/chrome/browser/content_settings/pref_content_settings_provider.h b/chrome/browser/content_settings/pref_content_settings_provider.h
index 445e90c1b77d083c985c065ffe6493b5528c4bfb..5afdba7690903f73c45261e53d4d43274218d0d0 100644
--- a/chrome/browser/content_settings/pref_content_settings_provider.h
+++ b/chrome/browser/content_settings/pref_content_settings_provider.h
@@ -20,6 +20,8 @@ class DictionaryValue;
class PrefService;
class Profile;
+namespace content_settings {
+
class PrefContentSettingsProvider : public DefaultContentSettingsProvider,
public NotificationObserver {
public:
@@ -85,4 +87,6 @@ class PrefContentSettingsProvider : public DefaultContentSettingsProvider,
DISALLOW_COPY_AND_ASSIGN(PrefContentSettingsProvider);
};
+} // content_settings
+
#endif // CHROME_BROWSER_CONTENT_SETTINGS_PREF_CONTENT_SETTINGS_PROVIDER_H_

Powered by Google App Engine
This is Rietveld 408576698