| Index: components/exo/shell_surface.cc
|
| diff --git a/components/exo/shell_surface.cc b/components/exo/shell_surface.cc
|
| index 00a36dafe34afe065a4edb1d2dce8b858e4dc83e..1083866def6986bb7668564547cc47e70996f039 100644
|
| --- a/components/exo/shell_surface.cc
|
| +++ b/components/exo/shell_surface.cc
|
| @@ -6,12 +6,12 @@
|
|
|
| #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 "base/logging.h"
|
|
|