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

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

Issue 6300015: Rename ContentSettingsProviderInterface to DefaultContentSettingsProviderInterface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/browser/content_settings
Patch Set: Fix nits. 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 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();

Powered by Google App Engine
This is Rietveld 408576698