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