| Index: chrome/browser/ui/ash/launcher/chrome_launcher_controller_win.cc
|
| diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_win.cc b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_win.cc
|
| index 29ec4ac1ed777b74b59734b9b64578d7553dcd52..08260e70d29bdc05c535ddf24df23d4f17e74330 100644
|
| --- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_win.cc
|
| +++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_win.cc
|
| @@ -27,8 +27,8 @@ bool ChromeLauncherController::LaunchedInNativeDesktop(
|
| ->GetCurrentAppWindowForApp(app_id);
|
| if (!any_existing_window ||
|
| chrome::GetHostDesktopTypeForNativeWindow(
|
| - any_existing_window->GetNativeWindow())
|
| - != chrome::HOST_DESKTOP_TYPE_NATIVE) {
|
| + any_existing_window->GetNativeWindow()) !=
|
| + ui::HOST_DESKTOP_TYPE_NATIVE) {
|
| return false;
|
| }
|
| base::FilePath exe_path;
|
|
|