| Index: chrome/browser/ui/webui/ntp/ntp_resource_cache_factory.h
|
| diff --git a/chrome/browser/ui/webui/ntp/ntp_resource_cache_factory.h b/chrome/browser/ui/webui/ntp/ntp_resource_cache_factory.h
|
| index ec8a4e9a449d64b1719749e676cc4c1f54785b7e..cd1ebdb2b683c35af83d31273acc9999057a759e 100644
|
| --- a/chrome/browser/ui/webui/ntp/ntp_resource_cache_factory.h
|
| +++ b/chrome/browser/ui/webui/ntp/ntp_resource_cache_factory.h
|
| @@ -24,12 +24,12 @@ class NTPResourceCacheFactory : public BrowserContextKeyedServiceFactory {
|
| friend struct DefaultSingletonTraits<NTPResourceCacheFactory>;
|
|
|
| NTPResourceCacheFactory();
|
| - virtual ~NTPResourceCacheFactory();
|
| + ~NTPResourceCacheFactory() override;
|
|
|
| // BrowserContextKeyedServiceFactory:
|
| - virtual KeyedService* BuildServiceInstanceFor(
|
| + KeyedService* BuildServiceInstanceFor(
|
| content::BrowserContext* profile) const override;
|
| - virtual content::BrowserContext* GetBrowserContextToUse(
|
| + content::BrowserContext* GetBrowserContextToUse(
|
| content::BrowserContext* context) const override;
|
| };
|
|
|
|
|