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

Unified Diff: chrome/browser/ui/app_list/app_list_service.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_service.cc
diff --git a/chrome/browser/ui/app_list/app_list_service.cc b/chrome/browser/ui/app_list/app_list_service.cc
index 210e8f41572dcc665bdea117f6f4208dffbe1d90..ba91d82d7101e4ca4101385e1e49d9dd49a578c4 100644
--- a/chrome/browser/ui/app_list/app_list_service.cc
+++ b/chrome/browser/ui/app_list/app_list_service.cc
@@ -165,7 +165,7 @@ bool AppListService::HandleLaunchCommandLine(
return false;
// The --show-app-list switch is used for shortcuts on the native desktop.
- AppListService* service = Get(chrome::HOST_DESKTOP_TYPE_NATIVE);
+ AppListService* service = Get(ui::HOST_DESKTOP_TYPE_NATIVE);
DCHECK(service);
RecordStartupInfo(service, command_line, launch_profile);
service->ShowForProfile(launch_profile);

Powered by Google App Engine
This is Rietveld 408576698