| 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 05c75a1fec54e955c73479f1bfc5a87911dee778..ec8a4e9a449d64b1719749e676cc4c1f54785b7e 100644
|
| --- a/chrome/browser/ui/webui/ntp/ntp_resource_cache_factory.h
|
| +++ b/chrome/browser/ui/webui/ntp/ntp_resource_cache_factory.h
|
| @@ -28,9 +28,9 @@ class NTPResourceCacheFactory : 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_UI_WEBUI_NTP_NTP_RESOURCE_CACHE_FACTORY_H_
|
|
|