Index: chrome/browser/intents/web_intents_registry_factory.h |
=================================================================== |
--- chrome/browser/intents/web_intents_registry_factory.h (revision 154991) |
+++ chrome/browser/intents/web_intents_registry_factory.h (working copy) |
@@ -34,7 +34,7 @@ |
// ProfileKeyedServiceFactory implementation. |
virtual ProfileKeyedService* BuildServiceInstanceFor( |
Profile* profile) const OVERRIDE; |
- virtual bool ServiceRedirectedInIncognito() OVERRIDE; |
+ virtual bool ServiceRedirectedInIncognito() const OVERRIDE; |
DISALLOW_COPY_AND_ASSIGN(WebIntentsRegistryFactory); |
}; |