Index: chrome/browser/content_settings/host_content_settings_map.h |
diff --git a/chrome/browser/content_settings/host_content_settings_map.h b/chrome/browser/content_settings/host_content_settings_map.h |
index 915d9742ef1fae0214fc852ffc6f4f6bc1d3a208..bda9d14a04e9f45a841fb407173c984513c45d14 100644 |
--- a/chrome/browser/content_settings/host_content_settings_map.h |
+++ b/chrome/browser/content_settings/host_content_settings_map.h |
@@ -26,7 +26,7 @@ |
#include "chrome/common/notification_registrar.h" |
class ContentSettingsDetails; |
-class ContentSettingsProviderInterface; |
+class DefaultContentSettingsProviderInterface; |
class DictionaryValue; |
class GURL; |
class PrefService; |
@@ -229,7 +229,7 @@ class HostContentSettingsMap |
bool updating_preferences_; |
// Content setting providers. |
- std::vector<linked_ptr<ContentSettingsProviderInterface> > |
+ std::vector<linked_ptr<DefaultContentSettingsProviderInterface> > |
content_settings_providers_; |
jochen (gone - plz use gerrit)
2011/01/25 13:18:47
please rename this to default_content_settings_pro
|
// Used around accesses to the following objects to guarantee thread safety. |