Index: chrome/browser/search_engines/template_url_service_factory.cc |
=================================================================== |
--- chrome/browser/search_engines/template_url_service_factory.cc (revision 154991) |
+++ chrome/browser/search_engines/template_url_service_factory.cc (working copy) |
@@ -80,11 +80,11 @@ |
PrefService::UNSYNCABLE_PREF); |
} |
-bool TemplateURLServiceFactory::ServiceRedirectedInIncognito() { |
+bool TemplateURLServiceFactory::ServiceRedirectedInIncognito() const { |
return true; |
} |
-bool TemplateURLServiceFactory::ServiceIsNULLWhileTesting() { |
+bool TemplateURLServiceFactory::ServiceIsNULLWhileTesting() const { |
return true; |
} |