Index: chrome/browser/captive_portal/captive_portal_service_factory.h |
=================================================================== |
--- chrome/browser/captive_portal/captive_portal_service_factory.h (revision 154991) |
+++ chrome/browser/captive_portal/captive_portal_service_factory.h (working copy) |
@@ -38,7 +38,7 @@ |
// ProfileKeyedServiceFactory: |
virtual ProfileKeyedService* BuildServiceInstanceFor( |
Profile* profile) const OVERRIDE; |
- virtual bool ServiceHasOwnInstanceInIncognito() OVERRIDE; |
+ virtual bool ServiceHasOwnInstanceInIncognito() const OVERRIDE; |
DISALLOW_COPY_AND_ASSIGN(CaptivePortalServiceFactory); |
}; |