summaryrefslogtreecommitdiffstats
path: root/chrome/browser/search_engines/template_url_fetcher_factory.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/search_engines/template_url_fetcher_factory.cc')
-rw-r--r--chrome/browser/search_engines/template_url_fetcher_factory.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/search_engines/template_url_fetcher_factory.cc b/chrome/browser/search_engines/template_url_fetcher_factory.cc
index 66c4639..80113bd 100644
--- a/chrome/browser/search_engines/template_url_fetcher_factory.cc
+++ b/chrome/browser/search_engines/template_url_fetcher_factory.cc
@@ -41,6 +41,6 @@ ProfileKeyedService* TemplateURLFetcherFactory::BuildServiceInstanceFor(
return new TemplateURLFetcher(profile);
}
-bool TemplateURLFetcherFactory::ServiceRedirectedInIncognito() {
+bool TemplateURLFetcherFactory::ServiceRedirectedInIncognito() const {
return true;
}