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

Unified Diff: chrome/browser/apps/app_shim/app_shim_handler_mac.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/apps/app_shim/app_shim_handler_mac.cc
diff --git a/chrome/browser/apps/app_shim/app_shim_handler_mac.cc b/chrome/browser/apps/app_shim/app_shim_handler_mac.cc
index 8b55be16f88ac96bc28e988c7b0846f94c9763fc..ce5d4bd839b520f3afda214d241fc3b5cb583266 100644
--- a/chrome/browser/apps/app_shim/app_shim_handler_mac.cc
+++ b/chrome/browser/apps/app_shim/app_shim_handler_mac.cc
@@ -26,8 +26,7 @@ void TerminateIfNoAppWindows() {
bool app_windows_left =
AppWindowRegistryUtil::IsAppWindowVisibleInAnyProfile(0);
if (!app_windows_left &&
- !AppListService::Get(chrome::HOST_DESKTOP_TYPE_NATIVE)
- ->IsAppListVisible()) {
+ !AppListService::Get(ui::HOST_DESKTOP_TYPE_NATIVE)->IsAppListVisible()) {
chrome::AttemptExit();
}
}

Powered by Google App Engine
This is Rietveld 408576698