| Index: ash/frame/caption_buttons/frame_size_button.cc
|
| diff --git a/ash/frame/caption_buttons/frame_size_button.cc b/ash/frame/caption_buttons/frame_size_button.cc
|
| index 4595904213b22e947849d20f21d27c3495909129..7fa8612adafeac4b266c459042caaf5da494e3d1 100644
|
| --- a/ash/frame/caption_buttons/frame_size_button.cc
|
| +++ b/ash/frame/caption_buttons/frame_size_button.cc
|
| @@ -4,12 +4,12 @@
|
|
|
| #include "ash/frame/caption_buttons/frame_size_button.h"
|
|
|
| +#include "ash/common/wm_shell.h"
|
| +#include "ash/common/wm_window.h"
|
| #include "ash/wm/window_positioning_utils.h"
|
| #include "ash/wm/window_state.h"
|
| #include "ash/wm/wm_event.h"
|
| #include "ash/wm/workspace/phantom_window_controller.h"
|
| -#include "ash/wm_shell.h"
|
| -#include "ash/wm_window.h"
|
| #include "base/i18n/rtl.h"
|
| #include "ui/gfx/geometry/vector2d.h"
|
| #include "ui/views/widget/widget.h"
|
|
|