Chromium Code Reviews| Index: chrome/browser/search_engines/template_url_fetcher_factory.cc |
| =================================================================== |
| --- chrome/browser/search_engines/template_url_fetcher_factory.cc (revision 154991) |
| +++ chrome/browser/search_engines/template_url_fetcher_factory.cc (working copy) |
| @@ -41,6 +41,6 @@ |
| return new TemplateURLFetcher(profile); |
| } |
| -bool TemplateURLFetcherFactory::ServiceRedirectedInIncognito() { |
| +bool TemplateURLFetcherFactory::ServiceRedirectedInIncognito() const { |
| return true; |
| } |