| Index: components/exo/shell_surface.cc
|
| diff --git a/components/exo/shell_surface.cc b/components/exo/shell_surface.cc
|
| index 1083866def6986bb7668564547cc47e70996f039..4c605aa1b1ffd93fc40e7ab0b727971f8b4a566e 100644
|
| --- a/components/exo/shell_surface.cc
|
| +++ b/components/exo/shell_surface.cc
|
| @@ -6,7 +6,6 @@
|
|
|
| #include <algorithm>
|
|
|
| -#include "ash/common/wm_window.h"
|
| #include "ash/frame/custom_frame_view_ash.h"
|
| #include "ash/public/cpp/shell_window_ids.h"
|
| #include "ash/shelf/wm_shelf.h"
|
| @@ -14,6 +13,7 @@
|
| #include "ash/wm/window_state.h"
|
| #include "ash/wm/window_state_aura.h"
|
| #include "ash/wm/window_util.h"
|
| +#include "ash/wm_window.h"
|
| #include "base/logging.h"
|
| #include "base/macros.h"
|
| #include "base/memory/ptr_util.h"
|
|
|