| 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_
|
|
|