Index: chrome/browser/extensions/extension_system_factory.h |
=================================================================== |
--- chrome/browser/extensions/extension_system_factory.h (revision 154991) |
+++ chrome/browser/extensions/extension_system_factory.h (working copy) |
@@ -32,7 +32,7 @@ |
virtual ProfileKeyedService* BuildServiceInstanceFor( |
Profile* profile) const OVERRIDE; |
- virtual bool ServiceRedirectedInIncognito() OVERRIDE; |
+ virtual bool ServiceRedirectedInIncognito() const OVERRIDE; |
}; |
// ProfileKeyedServiceFactory for ExtensionSystem. |
@@ -51,8 +51,8 @@ |
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 |