Index: chrome/browser/extensions/api/commands/command_service_factory.h |
=================================================================== |
--- chrome/browser/extensions/api/commands/command_service_factory.h (revision 154991) |
+++ chrome/browser/extensions/api/commands/command_service_factory.h (working copy) |
@@ -22,7 +22,7 @@ |
static CommandServiceFactory* GetInstance(); |
// Overridden from ProfileKeyedBaseFactory: |
- virtual bool ServiceIsCreatedWithProfile() OVERRIDE; |
+ virtual bool ServiceIsCreatedWithProfile() const OVERRIDE; |
private: |
friend struct DefaultSingletonTraits<CommandServiceFactory>; |
@@ -33,7 +33,7 @@ |
// ProfileKeyedServiceFactory: |
virtual ProfileKeyedService* BuildServiceInstanceFor( |
Profile* profile) const OVERRIDE; |
- virtual bool ServiceRedirectedInIncognito() OVERRIDE; |
+ virtual bool ServiceRedirectedInIncognito() const OVERRIDE; |
DISALLOW_COPY_AND_ASSIGN(CommandServiceFactory); |
}; |