| 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 8f6393c65b5952ea3fc163af7ad5edadac14a56e..46f834473f00205c11ce6b20ceb802c37707656b 100644
|
| --- a/chrome/browser/favicon/chrome_favicon_client_factory.h
|
| +++ b/chrome/browser/favicon/chrome_favicon_client_factory.h
|
| @@ -26,12 +26,12 @@ class ChromeFaviconClientFactory : public BrowserContextKeyedServiceFactory {
|
| friend struct DefaultSingletonTraits<ChromeFaviconClientFactory>;
|
|
|
| ChromeFaviconClientFactory();
|
| - virtual ~ChromeFaviconClientFactory();
|
| + ~ChromeFaviconClientFactory() override;
|
|
|
| // BrowserContextKeyedServiceFactory:
|
| - virtual KeyedService* BuildServiceInstanceFor(
|
| + KeyedService* BuildServiceInstanceFor(
|
| content::BrowserContext* profile) const override;
|
| - virtual content::BrowserContext* GetBrowserContextToUse(
|
| + content::BrowserContext* GetBrowserContextToUse(
|
| content::BrowserContext* context) const override;
|
| };
|
|
|
|
|