| 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 4505db3723171102f5bb706c3703e0bcc4813512..f3fb36c11e3fb01109e34182202c8c07d465a461 100644
|
| --- a/chrome/browser/content_settings/cookie_settings.h
|
| +++ b/chrome/browser/content_settings/cookie_settings.h
|
| @@ -123,7 +123,8 @@ class CookieSettings
|
| virtual void RegisterUserPrefs(PrefRegistrySyncable* registry) OVERRIDE;
|
| virtual bool ServiceRedirectedInIncognito() const OVERRIDE;
|
| virtual scoped_refptr<RefcountedProfileKeyedService>
|
| - BuildServiceInstanceFor(Profile* profile) const OVERRIDE;
|
| + BuildServiceInstanceFor(
|
| + content::BrowserContext* context) const OVERRIDE;
|
| };
|
|
|
| private:
|
|
|