| Index: chrome/browser/bookmarks/bookmark_utils.h
|
| diff --git a/chrome/browser/bookmarks/bookmark_utils.h b/chrome/browser/bookmarks/bookmark_utils.h
|
| index a72e6d8833e5a5b075e430ed837ce1f51873dffb..0bbdcc50bf0bf22510b8b066b26ce5e20a5cd8aa 100644
|
| --- a/chrome/browser/bookmarks/bookmark_utils.h
|
| +++ b/chrome/browser/bookmarks/bookmark_utils.h
|
| @@ -76,7 +76,7 @@ bool DoesBookmarkContainText(const BookmarkNode* node,
|
| const std::string& languages);
|
|
|
| // Register user preferences for Bookmarks Bar.
|
| -void RegisterUserPrefs(user_prefs::PrefRegistrySyncable* registry);
|
| +void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
|
|
|
| // Returns the parent for newly created folders/bookmarks. If |selection| has
|
| // one element and it is a folder, |selection[0]| is returned, otherwise
|
|
|