Index: chrome/browser/themes/theme_service_factory.h |
=================================================================== |
--- chrome/browser/themes/theme_service_factory.h (revision 154991) |
+++ chrome/browser/themes/theme_service_factory.h (working copy) |
@@ -43,7 +43,7 @@ |
virtual ProfileKeyedService* BuildServiceInstanceFor( |
Profile* profile) const OVERRIDE; |
virtual void RegisterUserPrefs(PrefService* prefs) OVERRIDE; |
- virtual bool ServiceRedirectedInIncognito() OVERRIDE; |
+ virtual bool ServiceRedirectedInIncognito() const OVERRIDE; |
DISALLOW_COPY_AND_ASSIGN(ThemeServiceFactory); |
}; |