| 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 602ff15f1f76535eef7e7a8f98915fae461d27b8..74421fa29fc4456915791e1823d8c384c56936b7 100644
 | 
| --- a/chrome/browser/content_settings/host_content_settings_map.h
 | 
| +++ b/chrome/browser/content_settings/host_content_settings_map.h
 | 
| @@ -33,6 +33,7 @@ class ProviderInterface;
 | 
|  class ExtensionService;
 | 
|  class GURL;
 | 
|  class PrefService;
 | 
| +class PrefServiceSyncable;
 | 
|  
 | 
|  class HostContentSettingsMap
 | 
|      : public content_settings::Observer,
 | 
| @@ -47,8 +48,7 @@ class HostContentSettingsMap
 | 
|      NUM_PROVIDER_TYPES,
 | 
|    };
 | 
|  
 | 
| -  HostContentSettingsMap(PrefService* prefs,
 | 
| -                         bool incognito);
 | 
| +  HostContentSettingsMap(PrefService* prefs, bool incognito);
 | 
|  
 | 
|  #if defined(ENABLE_EXTENSIONS)
 | 
|    // In some cases, the ExtensionService is not available at the time the
 | 
| @@ -57,7 +57,7 @@ class HostContentSettingsMap
 | 
|    void RegisterExtensionService(ExtensionService* extension_service);
 | 
|  #endif
 | 
|  
 | 
| -  static void RegisterUserPrefs(PrefService* prefs);
 | 
| +  static void RegisterUserPrefs(PrefServiceSyncable* prefs);
 | 
|  
 | 
|    // 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
 | 
| 
 |