summaryrefslogtreecommitdiffstats
path: root/chrome/browser/webdata/web_data_service_factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/webdata/web_data_service_factory.h')
-rw-r--r--chrome/browser/webdata/web_data_service_factory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/webdata/web_data_service_factory.h b/chrome/browser/webdata/web_data_service_factory.h
index 9e360fb..c77d056e 100644
--- a/chrome/browser/webdata/web_data_service_factory.h
+++ b/chrome/browser/webdata/web_data_service_factory.h
@@ -34,10 +34,10 @@ class WebDataServiceFactory : public RefcountedProfileKeyedServiceFactory {
virtual ~WebDataServiceFactory();
// |ProfileKeyedBaseFactory| methods:
- virtual bool ServiceRedirectedInIncognito() OVERRIDE;
+ virtual bool ServiceRedirectedInIncognito() const OVERRIDE;
virtual scoped_refptr<RefcountedProfileKeyedService> BuildServiceInstanceFor(
Profile* profile) const OVERRIDE;
- virtual bool ServiceIsNULLWhileTesting() OVERRIDE;
+ virtual bool ServiceIsNULLWhileTesting() const OVERRIDE;
};
#endif // CHROME_BROWSER_WEBDATA_WEB_DATA_SERVICE_FACTORY_H__