Index: chrome/browser/ui/webui/ntp/ntp_resource_cache_factory.h |
=================================================================== |
--- chrome/browser/ui/webui/ntp/ntp_resource_cache_factory.h (revision 154991) |
+++ chrome/browser/ui/webui/ntp/ntp_resource_cache_factory.h (working copy) |
@@ -28,7 +28,7 @@ |
// ProfileKeyedServiceFactory: |
virtual ProfileKeyedService* BuildServiceInstanceFor( |
Profile* profile) const OVERRIDE; |
- virtual bool ServiceRedirectedInIncognito() OVERRIDE; |
+ virtual bool ServiceRedirectedInIncognito() const OVERRIDE; |
}; |
#endif // CHROME_BROWSER_UI_WEBUI_NTP_NTP_RESOURCE_CACHE_FACTORY_H_ |