Index: chrome/browser/search_engines/template_url_service_factory.h |
=================================================================== |
--- chrome/browser/search_engines/template_url_service_factory.h (revision 154991) |
+++ chrome/browser/search_engines/template_url_service_factory.h (working copy) |
@@ -32,8 +32,8 @@ |
virtual ProfileKeyedService* BuildServiceInstanceFor( |
Profile* profile) const OVERRIDE; |
virtual void RegisterUserPrefs(PrefService* user_prefs) OVERRIDE; |
- virtual bool ServiceRedirectedInIncognito() OVERRIDE; |
- virtual bool ServiceIsNULLWhileTesting() OVERRIDE; |
+ virtual bool ServiceRedirectedInIncognito() const OVERRIDE; |
+ virtual bool ServiceIsNULLWhileTesting() const OVERRIDE; |
virtual void ProfileShutdown(Profile* profile) OVERRIDE; |
virtual void ProfileDestroyed(Profile* profile) OVERRIDE; |
}; |