| Index: chrome/browser/content_settings/cookie_settings.h
|
| diff --git a/chrome/browser/content_settings/cookie_settings.h b/chrome/browser/content_settings/cookie_settings.h
|
| index 77f66f3cbd688c79fc3164edb458e6d8e307a596..f76ce0d7590ab3b3f9c917accd85eb4b2d073eb5 100644
|
| --- a/chrome/browser/content_settings/cookie_settings.h
|
| +++ b/chrome/browser/content_settings/cookie_settings.h
|
| @@ -21,6 +21,7 @@ class ContentSettingsPattern;
|
| class CookieSettingsWrapper;
|
| class GURL;
|
| class PrefService;
|
| +class PrefServiceSyncable;
|
| class Profile;
|
|
|
| // A frontend to the cookie settings of |HostContentSettingsMap|. Handles
|
| @@ -101,7 +102,7 @@ class CookieSettings
|
| bool setting_cookie,
|
| content_settings::SettingSource* source) const;
|
|
|
| - static void RegisterUserPrefs(PrefService* prefs);
|
| + static void RegisterUserPrefs(PrefServiceSyncable* prefs);
|
|
|
| class Factory : public RefcountedProfileKeyedServiceFactory {
|
| public:
|
| @@ -119,7 +120,7 @@ class CookieSettings
|
| virtual ~Factory();
|
|
|
| // |ProfileKeyedBaseFactory| methods:
|
| - virtual void RegisterUserPrefs(PrefService* user_prefs) OVERRIDE;
|
| + virtual void RegisterUserPrefs(PrefServiceSyncable* user_prefs) OVERRIDE;
|
| virtual bool ServiceRedirectedInIncognito() const OVERRIDE;
|
| virtual scoped_refptr<RefcountedProfileKeyedService>
|
| BuildServiceInstanceFor(Profile* profile) const OVERRIDE;
|
|
|