Index: chrome/browser/ui/global_error/global_error_service_factory.h |
=================================================================== |
--- chrome/browser/ui/global_error/global_error_service_factory.h (revision 154991) |
+++ chrome/browser/ui/global_error/global_error_service_factory.h (working copy) |
@@ -30,7 +30,7 @@ |
// ProfileKeyedServiceFactory: |
virtual ProfileKeyedService* BuildServiceInstanceFor( |
Profile* profile) const OVERRIDE; |
- virtual bool ServiceRedirectedInIncognito() OVERRIDE; |
+ virtual bool ServiceRedirectedInIncognito() const OVERRIDE; |
DISALLOW_COPY_AND_ASSIGN(GlobalErrorServiceFactory); |
}; |