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 0975c14a13646ffe0f2d377a6685535552c518d6..991b0ff182c418513ef71e0a16235ae841bd490c 100644 |
--- a/chrome/browser/bookmarks/bookmark_model_factory.h |
+++ b/chrome/browser/bookmarks/bookmark_model_factory.h |
@@ -32,7 +32,7 @@ class BookmarkModelFactory : public BrowserContextKeyedServiceFactory { |
// BrowserContextKeyedServiceFactory: |
virtual BrowserContextKeyedService* BuildServiceInstanceFor( |
content::BrowserContext* context) const OVERRIDE; |
- virtual void RegisterUserPrefs( |
+ virtual void RegisterProfilePrefs( |
user_prefs::PrefRegistrySyncable* registry) OVERRIDE; |
virtual content::BrowserContext* GetBrowserContextToUse( |
content::BrowserContext* context) const OVERRIDE; |