| 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 f3fb36c11e3fb01109e34182202c8c07d465a461..8483db9f118df1c407b2f1716e7116754010f11a 100644
|
| --- a/chrome/browser/content_settings/cookie_settings.h
|
| +++ b/chrome/browser/content_settings/cookie_settings.h
|
| @@ -121,7 +121,8 @@ class CookieSettings
|
|
|
| // |ProfileKeyedBaseFactory| methods:
|
| virtual void RegisterUserPrefs(PrefRegistrySyncable* registry) OVERRIDE;
|
| - virtual bool ServiceRedirectedInIncognito() const OVERRIDE;
|
| + virtual content::BrowserContext* GetBrowserContextToUse(
|
| + content::BrowserContext* context) const OVERRIDE;
|
| virtual scoped_refptr<RefcountedProfileKeyedService>
|
| BuildServiceInstanceFor(
|
| content::BrowserContext* context) const OVERRIDE;
|
|
|