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

Unified Diff: chrome/browser/ui/app_list/app_list_util.cc

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/app_list/app_list_util.cc
diff --git a/chrome/browser/ui/app_list/app_list_util.cc b/chrome/browser/ui/app_list/app_list_util.cc
index f86451cf62085a712f3412b692ea2104ab453dd4..a9f8efd3d6af0f440ff1b5ba283cb146e7f15738 100644
--- a/chrome/browser/ui/app_list/app_list_util.cc
+++ b/chrome/browser/ui/app_list/app_list_util.cc
@@ -17,7 +17,7 @@ bool IsAppLauncherEnabled() {
return true;
#else // defined(ENABLE_APP_LIST) && !defined(OS_CHROMEOS)
- if (chrome::GetActiveDesktop() == chrome::HOST_DESKTOP_TYPE_ASH)
+ if (chrome::GetActiveDesktop() == ui::HOST_DESKTOP_TYPE_ASH)
return true;
PrefService* prefs = g_browser_process->local_state();

Powered by Google App Engine
This is Rietveld 408576698