Index: chrome/browser/custom_handlers/protocol_handler_registry_factory.h |
=================================================================== |
--- chrome/browser/custom_handlers/protocol_handler_registry_factory.h (revision 154991) |
+++ chrome/browser/custom_handlers/protocol_handler_registry_factory.h (working copy) |
@@ -27,9 +27,9 @@ |
protected: |
// ProfileKeyedServiceFactory implementation. |
- virtual bool ServiceIsCreatedWithProfile() OVERRIDE; |
- virtual bool ServiceRedirectedInIncognito() OVERRIDE; |
- virtual bool ServiceIsNULLWhileTesting() OVERRIDE; |
+ virtual bool ServiceIsCreatedWithProfile() const OVERRIDE; |
+ virtual bool ServiceRedirectedInIncognito() const OVERRIDE; |
+ virtual bool ServiceIsNULLWhileTesting() const OVERRIDE; |
private: |
friend struct DefaultSingletonTraits<ProtocolHandlerRegistryFactory>; |