| Index: ash/mus/bridge/wm_window_mus.h
|
| diff --git a/ash/mus/bridge/wm_window_mus.h b/ash/mus/bridge/wm_window_mus.h
|
| index 629fe2cf73a8cb1c062acc59cdc9ddd4bc536339..2b2d2251043d7e7a4c86dea2a18f1551615fb4e4 100644
|
| --- a/ash/mus/bridge/wm_window_mus.h
|
| +++ b/ash/mus/bridge/wm_window_mus.h
|
| @@ -7,8 +7,8 @@
|
|
|
| #include <memory>
|
|
|
| -#include "ash/common/shell_window_ids.h"
|
| #include "ash/common/wm_window.h"
|
| +#include "ash/public/cpp/shell_window_ids.h"
|
| #include "base/macros.h"
|
| #include "base/observer_list.h"
|
| #include "services/ui/public/cpp/window_observer.h"
|
| @@ -275,7 +275,7 @@ class WmWindowMus : public WmWindow, public ui::WindowObserver {
|
| ui::Window* window_;
|
|
|
| // The shell window id of this window. Shell window ids are defined in
|
| - // ash/common/shell_window_ids.h.
|
| + // ash/public/cpp/shell_window_ids.h.
|
| int shell_window_id_ = kShellWindowId_Invalid;
|
|
|
| std::unique_ptr<wm::WindowState> window_state_;
|
|
|