| Index: chrome/browser/search_engines/template_url_fetcher_factory.h
|
| diff --git a/chrome/browser/search_engines/template_url_fetcher_factory.h b/chrome/browser/search_engines/template_url_fetcher_factory.h
|
| index 1e5c9d81b4493573e9da04e4d56fd19f10071f6c..a4b75c41d291e5322a4f05655352ca2c298e794c 100644
|
| --- a/chrome/browser/search_engines/template_url_fetcher_factory.h
|
| +++ b/chrome/browser/search_engines/template_url_fetcher_factory.h
|
| @@ -32,9 +32,9 @@ class TemplateURLFetcherFactory : public BrowserContextKeyedServiceFactory {
|
|
|
| // BrowserContextKeyedServiceFactory:
|
| virtual KeyedService* BuildServiceInstanceFor(
|
| - content::BrowserContext* profile) const OVERRIDE;
|
| + content::BrowserContext* profile) const override;
|
| virtual content::BrowserContext* GetBrowserContextToUse(
|
| - content::BrowserContext* context) const OVERRIDE;
|
| + content::BrowserContext* context) const override;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(TemplateURLFetcherFactory);
|
| };
|
|
|