| Index: chrome/browser/content_settings/cookie_settings.h
|
| ===================================================================
|
| --- chrome/browser/content_settings/cookie_settings.h (revision 154991)
|
| +++ chrome/browser/content_settings/cookie_settings.h (working copy)
|
| @@ -127,7 +127,7 @@
|
|
|
| // |ProfileKeyedBaseFactory| methods:
|
| virtual void RegisterUserPrefs(PrefService* user_prefs) OVERRIDE;
|
| - virtual bool ServiceRedirectedInIncognito() OVERRIDE;
|
| + virtual bool ServiceRedirectedInIncognito() const OVERRIDE;
|
| virtual scoped_refptr<RefcountedProfileKeyedService>
|
| BuildServiceInstanceFor(Profile* profile) const OVERRIDE;
|
| };
|
|
|