| Index: ash/mus/bridge/wm_shell_mus.cc
|
| diff --git a/ash/mus/bridge/wm_shell_mus.cc b/ash/mus/bridge/wm_shell_mus.cc
|
| index e4ed015d8a85ae7d404a7f2f6a8b998117d1c459..11ed8762ae3e604644fdad6a89be6e78d37b9357 100644
|
| --- a/ash/mus/bridge/wm_shell_mus.cc
|
| +++ b/ash/mus/bridge/wm_shell_mus.cc
|
| @@ -21,10 +21,10 @@
|
| #include "ash/mus/drag_window_resizer.h"
|
| #include "ash/mus/root_window_controller.h"
|
| #include "base/memory/ptr_util.h"
|
| -#include "components/mus/common/util.h"
|
| -#include "components/mus/public/cpp/window.h"
|
| -#include "components/mus/public/cpp/window_tree_client.h"
|
| #include "components/user_manager/user_info_impl.h"
|
| +#include "services/ui/common/util.h"
|
| +#include "services/ui/public/cpp/window.h"
|
| +#include "services/ui/public/cpp/window_tree_client.h"
|
|
|
| namespace ash {
|
| namespace mus {
|
|
|