| Index: chrome/browser/ui/bookmarks/bookmark_utils.h
|
| diff --git a/chrome/browser/ui/bookmarks/bookmark_utils.h b/chrome/browser/ui/bookmarks/bookmark_utils.h
|
| index 0df90b41959332b361ca42680fb23aba66d4b3f9..c07fdfe2dd2daf5f21b7162f334e85b39a95199c 100644
|
| --- a/chrome/browser/ui/bookmarks/bookmark_utils.h
|
| +++ b/chrome/browser/ui/bookmarks/bookmark_utils.h
|
| @@ -107,12 +107,11 @@ base::string16 FormatBookmarkURLForDisplay(const GURL& url,
|
| // of the Apps shortcut should be controllable via an item in the bookmark
|
| // context menu.
|
| bool IsAppsShortcutEnabled(Profile* profile,
|
| - chrome::HostDesktopType host_desktop_type);
|
| + ui::HostDesktopType host_desktop_type);
|
|
|
| // Returns true if the Apps shortcut should be displayed in the bookmark bar.
|
| -bool ShouldShowAppsShortcutInBookmarkBar(
|
| - Profile* profile,
|
| - chrome::HostDesktopType host_desktop_type);
|
| +bool ShouldShowAppsShortcutInBookmarkBar(Profile* profile,
|
| + ui::HostDesktopType host_desktop_type);
|
|
|
| // Whether the menu item and shortcut to bookmark a page should be removed from
|
| // the user interface.
|
|
|