summaryrefslogtreecommitdiffstats
path: root/chrome/browser/search_engines/template_url_service_factory.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/search_engines/template_url_service_factory.cc')
-rw-r--r--chrome/browser/search_engines/template_url_service_factory.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/search_engines/template_url_service_factory.cc b/chrome/browser/search_engines/template_url_service_factory.cc
index 7d7d0b5..6d8b0cb 100644
--- a/chrome/browser/search_engines/template_url_service_factory.cc
+++ b/chrome/browser/search_engines/template_url_service_factory.cc
@@ -80,11 +80,11 @@ void TemplateURLServiceFactory::RegisterUserPrefs(PrefService* prefs) {
PrefService::UNSYNCABLE_PREF);
}
-bool TemplateURLServiceFactory::ServiceRedirectedInIncognito() {
+bool TemplateURLServiceFactory::ServiceRedirectedInIncognito() const {
return true;
}
-bool TemplateURLServiceFactory::ServiceIsNULLWhileTesting() {
+bool TemplateURLServiceFactory::ServiceIsNULLWhileTesting() const {
return true;
}