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 74421fa29fc4456915791e1823d8c384c56936b7..635a3dba37bb86474c647f72f88ac6ce527ed3e1 100644 |
--- a/chrome/browser/content_settings/host_content_settings_map.h |
+++ b/chrome/browser/content_settings/host_content_settings_map.h |
@@ -33,7 +33,7 @@ class ProviderInterface; |
class ExtensionService; |
class GURL; |
class PrefService; |
-class PrefServiceSyncable; |
+class PrefRegistrySyncable; |
class HostContentSettingsMap |
: public content_settings::Observer, |
@@ -57,7 +57,7 @@ class HostContentSettingsMap |
void RegisterExtensionService(ExtensionService* extension_service); |
#endif |
- static void RegisterUserPrefs(PrefServiceSyncable* prefs); |
+ static void RegisterUserPrefs(PrefRegistrySyncable* registry); |
// Returns the default setting for a particular content type. If |provider_id| |
// is not NULL, the id of the provider which provided the default setting is |