summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_system_factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/extension_system_factory.h')
-rw-r--r--chrome/browser/extensions/extension_system_factory.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/extensions/extension_system_factory.h b/chrome/browser/extensions/extension_system_factory.h
index 2471a25..f2f4617 100644
--- a/chrome/browser/extensions/extension_system_factory.h
+++ b/chrome/browser/extensions/extension_system_factory.h
@@ -32,7 +32,7 @@ class ExtensionSystemSharedFactory : public ProfileKeyedServiceFactory {
virtual ProfileKeyedService* BuildServiceInstanceFor(
Profile* profile) const OVERRIDE;
- virtual bool ServiceRedirectedInIncognito() OVERRIDE;
+ virtual bool ServiceRedirectedInIncognito() const OVERRIDE;
};
// ProfileKeyedServiceFactory for ExtensionSystem.
@@ -51,8 +51,8 @@ class ExtensionSystemFactory : public ProfileKeyedServiceFactory {
virtual ProfileKeyedService* BuildServiceInstanceFor(
Profile* profile) const OVERRIDE;
- virtual bool ServiceHasOwnInstanceInIncognito() OVERRIDE;
- virtual bool ServiceIsCreatedWithProfile() OVERRIDE;
+ virtual bool ServiceHasOwnInstanceInIncognito() const OVERRIDE;
+ virtual bool ServiceIsCreatedWithProfile() const OVERRIDE;
};
} // namespace extensions