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