| Index: chrome/browser/ui/bookmarks/bookmark_utils.cc
|
| diff --git a/chrome/browser/ui/bookmarks/bookmark_utils.cc b/chrome/browser/ui/bookmarks/bookmark_utils.cc
|
| index 20e76756a7767da651832026e00b93a0ad32e585..d11ce6e6c3c829f051ff2365b51a05269d9e1619 100644
|
| --- a/chrome/browser/ui/bookmarks/bookmark_utils.cc
|
| +++ b/chrome/browser/ui/bookmarks/bookmark_utils.cc
|
| @@ -250,7 +250,7 @@ void GetURLAndTitleToBookmark(content::WebContents* web_contents,
|
| }
|
|
|
| void ToggleBookmarkBarWhenVisible(content::BrowserContext* browser_context) {
|
| - PrefService* prefs = components::UserPrefs::Get(browser_context);
|
| + PrefService* prefs = user_prefs::UserPrefs::Get(browser_context);
|
| const bool always_show = !prefs->GetBoolean(prefs::kShowBookmarkBar);
|
|
|
| // The user changed when the bookmark bar is shown, update the preferences.
|
|
|