Index: chrome/browser/bookmarks/bookmark_model_factory.h |
=================================================================== |
--- chrome/browser/bookmarks/bookmark_model_factory.h (revision 154991) |
+++ chrome/browser/bookmarks/bookmark_model_factory.h (working copy) |
@@ -34,8 +34,8 @@ |
virtual ProfileKeyedService* BuildServiceInstanceFor( |
Profile* profile) const OVERRIDE; |
virtual void RegisterUserPrefs(PrefService* user_prefs) OVERRIDE; |
- virtual bool ServiceRedirectedInIncognito() OVERRIDE; |
- virtual bool ServiceIsNULLWhileTesting() OVERRIDE; |
+ virtual bool ServiceRedirectedInIncognito() const OVERRIDE; |
+ virtual bool ServiceIsNULLWhileTesting() const OVERRIDE; |
DISALLOW_COPY_AND_ASSIGN(BookmarkModelFactory); |
}; |