| Index: chrome/browser/search_engines/template_url_fetcher_factory.h
|
| ===================================================================
|
| --- chrome/browser/search_engines/template_url_fetcher_factory.h (revision 154991)
|
| +++ chrome/browser/search_engines/template_url_fetcher_factory.h (working copy)
|
| @@ -33,7 +33,7 @@
|
| // ProfileKeyedServiceFactory:
|
| virtual ProfileKeyedService* BuildServiceInstanceFor(
|
| Profile* profile) const OVERRIDE;
|
| - virtual bool ServiceRedirectedInIncognito() OVERRIDE;
|
| + virtual bool ServiceRedirectedInIncognito() const OVERRIDE;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(TemplateURLFetcherFactory);
|
| };
|
|
|