| Index: chrome/browser/favicon/chrome_favicon_client_factory.h
|
| diff --git a/chrome/browser/favicon/chrome_favicon_client_factory.h b/chrome/browser/favicon/chrome_favicon_client_factory.h
|
| index ad62702e635b48c4f928c327056ff0ac5feb31c2..8f6393c65b5952ea3fc163af7ad5edadac14a56e 100644
|
| --- a/chrome/browser/favicon/chrome_favicon_client_factory.h
|
| +++ b/chrome/browser/favicon/chrome_favicon_client_factory.h
|
| @@ -30,9 +30,9 @@ class ChromeFaviconClientFactory : 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;
|
| };
|
|
|
| #endif // CHROME_BROWSER_FAVICON_CHROME_FAVICON_CLIENT_FACTORY_H_
|
|
|