| Index: ash/frame/caption_buttons/frame_size_button.cc
|
| diff --git a/ash/common/frame/caption_buttons/frame_size_button.cc b/ash/frame/caption_buttons/frame_size_button.cc
|
| similarity index 96%
|
| rename from ash/common/frame/caption_buttons/frame_size_button.cc
|
| rename to ash/frame/caption_buttons/frame_size_button.cc
|
| index cc2fe20e4d08d9c34414220170841325a308efa9..4595904213b22e947849d20f21d27c3495909129 100644
|
| --- a/ash/common/frame/caption_buttons/frame_size_button.cc
|
| +++ b/ash/frame/caption_buttons/frame_size_button.cc
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/common/frame/caption_buttons/frame_size_button.h"
|
| -
|
| -#include "ash/common/wm/window_positioning_utils.h"
|
| -#include "ash/common/wm/window_state.h"
|
| -#include "ash/common/wm/wm_event.h"
|
| -#include "ash/common/wm/workspace/phantom_window_controller.h"
|
| -#include "ash/common/wm_shell.h"
|
| -#include "ash/common/wm_window.h"
|
| +#include "ash/frame/caption_buttons/frame_size_button.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"
|
|
|