| Index: components/exo/shell_surface.cc
|
| diff --git a/components/exo/shell_surface.cc b/components/exo/shell_surface.cc
|
| index 00a36dafe34afe065a4edb1d2dce8b858e4dc83e..4c605aa1b1ffd93fc40e7ab0b727971f8b4a566e 100644
|
| --- a/components/exo/shell_surface.cc
|
| +++ b/components/exo/shell_surface.cc
|
| @@ -6,14 +6,14 @@
|
|
|
| #include <algorithm>
|
|
|
| -#include "ash/common/frame/custom_frame_view_ash.h"
|
| -#include "ash/common/shelf/wm_shelf.h"
|
| -#include "ash/common/wm/window_resizer.h"
|
| -#include "ash/common/wm/window_state.h"
|
| -#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"
|
| +#include "ash/wm/window_resizer.h"
|
| +#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"
|
|
|