Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3555)

Unified Diff: chrome/browser/ui/bookmarks/bookmark_utils.h

Issue 1336823003: Move chrome::HostDesktopType to ui::HostDesktopType (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@base_session_service_delegate_impl
Patch Set: Fix build on Mac and CrOS Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698