| 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 0542b9919c88686d979d0d89266dba7338e36552..36e0f7d5c700a7d3d9f502302677f5cef1b24a19 100644
|
| --- a/chrome/browser/ui/webui/ntp/ntp_resource_cache_factory.h
|
| +++ b/chrome/browser/ui/webui/ntp/ntp_resource_cache_factory.h
|
| @@ -27,8 +27,9 @@ class NTPResourceCacheFactory : public ProfileKeyedServiceFactory {
|
| virtual ~NTPResourceCacheFactory();
|
|
|
| // ProfileKeyedServiceFactory:
|
| - virtual ProfileKeyedService* BuildServiceInstanceFor(Profile* profile) const;
|
| - virtual bool ServiceRedirectedInIncognito();
|
| + virtual ProfileKeyedService* BuildServiceInstanceFor(
|
| + Profile* profile) const OVERRIDE;
|
| + virtual bool ServiceRedirectedInIncognito() OVERRIDE;
|
| };
|
|
|
| #endif // CHROME_BROWSER_UI_WEBUI_NTP_NTP_RESOURCE_CACHE_FACTORY_H_
|
|
|