| Index: ash/mus/window_manager.cc
|
| diff --git a/ash/mus/window_manager.cc b/ash/mus/window_manager.cc
|
| index 038db1d46ce21bedb79ed0fe0a8efb5a0125676d..b72aa50567abffd463384d88d6714b256d5a3a2e 100644
|
| --- a/ash/mus/window_manager.cc
|
| +++ b/ash/mus/window_manager.cc
|
| @@ -8,7 +8,6 @@
|
|
|
| #include <utility>
|
|
|
| -#include "ash/common/shell_window_ids.h"
|
| #include "ash/mus/accelerators/accelerator_handler.h"
|
| #include "ash/mus/accelerators/accelerator_ids.h"
|
| #include "ash/mus/app_list_presenter_mus.h"
|
| @@ -23,7 +22,7 @@
|
| #include "ash/mus/shadow_controller.h"
|
| #include "ash/mus/shell_delegate_mus.h"
|
| #include "ash/mus/window_manager_observer.h"
|
| -#include "ash/public/interfaces/container.mojom.h"
|
| +#include "ash/public/cpp/shell_window_ids.h"
|
| #include "base/memory/ptr_util.h"
|
| #include "services/ui/common/event_matcher_util.h"
|
| #include "services/ui/common/types.h"
|
|
|