| Index: ash/common/frame/caption_buttons/frame_caption_button_container_view_unittest.cc
|
| diff --git a/ash/frame/caption_buttons/frame_caption_button_container_view_unittest.cc b/ash/common/frame/caption_buttons/frame_caption_button_container_view_unittest.cc
|
| similarity index 98%
|
| rename from ash/frame/caption_buttons/frame_caption_button_container_view_unittest.cc
|
| rename to ash/common/frame/caption_buttons/frame_caption_button_container_view_unittest.cc
|
| index d8b5c6027e74e138afdf6fbdc1a293912f454a0f..067e868abd50e2570ebf7b1b941d131abc2bf4c4 100644
|
| --- a/ash/frame/caption_buttons/frame_caption_button_container_view_unittest.cc
|
| +++ b/ash/common/frame/caption_buttons/frame_caption_button_container_view_unittest.cc
|
| @@ -2,13 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/frame/caption_buttons/frame_caption_button_container_view.h"
|
| +#include "ash/common/frame/caption_buttons/frame_caption_button_container_view.h"
|
|
|
| #include "ash/common/ash_layout_constants.h"
|
| +#include "ash/common/frame/caption_buttons/frame_caption_button.h"
|
| #include "ash/common/wm/maximize_mode/maximize_mode_controller.h"
|
| #include "ash/common/wm_shell.h"
|
| -#include "ash/frame/caption_buttons/frame_caption_button.h"
|
| -#include "ash/shell.h"
|
| #include "ash/test/ash_test_base.h"
|
| #include "grit/ash_resources.h"
|
| #include "ui/gfx/geometry/rect.h"
|
|
|