Index: chrome/browser/bookmarks/bookmark_model_factory.h |
diff --git a/chrome/browser/bookmarks/bookmark_model_factory.h b/chrome/browser/bookmarks/bookmark_model_factory.h |
index c0999e57cdede0f53e343ad1bab13dbd331d8323..b4b81f0c3a6decfcba1c0d7abdfdadd89327ed9a 100644 |
--- a/chrome/browser/bookmarks/bookmark_model_factory.h |
+++ b/chrome/browser/bookmarks/bookmark_model_factory.h |
@@ -35,7 +35,8 @@ class BookmarkModelFactory : public ProfileKeyedServiceFactory { |
virtual ProfileKeyedService* BuildServiceInstanceFor( |
content::BrowserContext* context) const OVERRIDE; |
virtual void RegisterUserPrefs(PrefRegistrySyncable* registry) OVERRIDE; |
- virtual bool ServiceRedirectedInIncognito() const OVERRIDE; |
+ virtual content::BrowserContext* GetBrowserContextToUse( |
+ content::BrowserContext* context) const OVERRIDE; |
virtual bool ServiceIsNULLWhileTesting() const OVERRIDE; |
DISALLOW_COPY_AND_ASSIGN(BookmarkModelFactory); |