| Index: mash/wm/bridge/wm_window_mus.cc
|
| diff --git a/mash/wm/bridge/wm_window_mus.cc b/mash/wm/bridge/wm_window_mus.cc
|
| index 9868f9f802ac1a7eccfb48d5a02144cee554bdb3..8def7d1233bee7ebc709a26ec89e10b7781d179f 100644
|
| --- a/mash/wm/bridge/wm_window_mus.cc
|
| +++ b/mash/wm/bridge/wm_window_mus.cc
|
| @@ -4,11 +4,11 @@
|
|
|
| #include "mash/wm/bridge/wm_window_mus.h"
|
|
|
| -#include "ash/wm/common/container_finder.h"
|
| -#include "ash/wm/common/window_state.h"
|
| -#include "ash/wm/common/wm_layout_manager.h"
|
| -#include "ash/wm/common/wm_window_observer.h"
|
| -#include "ash/wm/common/wm_window_property.h"
|
| +#include "ash/common/wm/container_finder.h"
|
| +#include "ash/common/wm/window_state.h"
|
| +#include "ash/common/wm/wm_layout_manager.h"
|
| +#include "ash/common/wm/wm_window_observer.h"
|
| +#include "ash/common/wm/wm_window_property.h"
|
| #include "components/mus/public/cpp/property_type_converters.h"
|
| #include "components/mus/public/cpp/window.h"
|
| #include "components/mus/public/cpp/window_property.h"
|
|
|