Chromium Code Reviews| 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 178e903b97bb22127f324dc5dc0406e0d1b9a0fd..3ce3b117a4f40a501b5d54577c2d47c048396c83 100644 |
| --- a/chrome/browser/content_settings/pref_content_settings_provider.h |
| +++ b/chrome/browser/content_settings/pref_content_settings_provider.h |
| @@ -10,7 +10,7 @@ |
| #include "base/basictypes.h" |
| #include "base/lock.h" |
| -#include "chrome/browser/content_settings/content_settings_provider.h" |
| +#include "chrome/browser/content_settings/default_content_settings_provider.h" |
| #include "chrome/browser/prefs/pref_change_registrar.h" |
| #include "chrome/common/notification_observer.h" |
| #include "chrome/common/notification_registrar.h" |
| @@ -20,8 +20,9 @@ class DictionaryValue; |
| class PrefService; |
| class Profile; |
| -class PrefContentSettingsProvider : public ContentSettingsProviderInterface, |
| - public NotificationObserver { |
| +class PrefContentSettingsProvider : |
| + public DefaultContentSettingsProviderInterface, |
|
Bernhard Bauer
2011/01/25 13:11:19
And here.
markusheintz_
2011/01/25 13:57:43
Done.
|
| + public NotificationObserver { |
| public: |
| explicit PrefContentSettingsProvider(Profile* profile); |
| virtual ~PrefContentSettingsProvider(); |