| 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 b68e09d75188dcff4e7ff2f24a97f0e3ce28dd70..d7ef9473ce03dc30738a70a3820014af594244b6 100644
|
| --- a/chrome/browser/content_settings/host_content_settings_map.h
|
| +++ b/chrome/browser/content_settings/host_content_settings_map.h
|
| @@ -60,7 +60,7 @@ class HostContentSettingsMap
|
| void RegisterExtensionService(ExtensionService* extension_service);
|
| #endif
|
|
|
| - static void RegisterUserPrefs(user_prefs::PrefRegistrySyncable* registry);
|
| + static void RegisterProfilePrefs(user_prefs::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
|
|
|