| 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 e6df9f0f7ad722bbef0b9160f42db96083d477f4..20e76756a7767da651832026e00b93a0ad32e585 100644
|
| --- a/chrome/browser/ui/bookmarks/bookmark_utils.cc
|
| +++ b/chrome/browser/ui/bookmarks/bookmark_utils.cc
|
| @@ -276,7 +276,7 @@ string16 FormatBookmarkURLForDisplay(const GURL& url,
|
| bool IsAppsShortcutEnabled(const Profile* profile) {
|
| #if defined(USE_ASH)
|
| // Don't show the apps shortcut in ash when the app launcher is enabled.
|
| - if (apps::WasAppLauncherEnabled())
|
| + if (apps::IsAppLauncherEnabled())
|
| return false;
|
| #endif
|
|
|
|
|