| Index: chrome/browser/lifetime/application_lifetime_win.cc
|
| diff --git a/chrome/browser/lifetime/application_lifetime_win.cc b/chrome/browser/lifetime/application_lifetime_win.cc
|
| index a3ffd5be1af5a66d7e5b38c756dbd5bdb1a6ba6e..be012ed3baef3b434a0ba640f0386414b98b926d 100644
|
| --- a/chrome/browser/lifetime/application_lifetime_win.cc
|
| +++ b/chrome/browser/lifetime/application_lifetime_win.cc
|
| @@ -19,11 +19,11 @@
|
| #include "base/files/file_path.h"
|
| #include "base/path_service.h"
|
| #include "chrome/browser/metro_utils/metro_chrome_win.h"
|
| +#include "chrome/browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.h"
|
| #include "chrome/browser/shell_integration.h"
|
| #include "chrome/common/chrome_constants.h"
|
| #include "chrome/installer/util/util_constants.h"
|
| #include "content/public/browser/web_contents.h"
|
| -#include "ui/aura/remote_window_tree_host_win.h"
|
| #endif
|
|
|
| namespace chrome {
|
| @@ -88,7 +88,7 @@ void ActivateDesktopHelper(AshExecutionStatus ash_execution_status) {
|
| // Actually launching the process needs to happen in the metro viewer,
|
| // otherwise it won't automatically transition to desktop. So we have
|
| // to send an IPC to the viewer to do the ShellExecute.
|
| - aura::HandleActivateDesktop(path, ash_execution_status == ASH_TERMINATE);
|
| + HandleActivateDesktop(path, ash_execution_status == ASH_TERMINATE);
|
| }
|
| #endif
|
|
|
|
|