| Index: ash/common/frame/custom_frame_view_ash_unittest.cc
|
| diff --git a/ash/frame/custom_frame_view_ash_unittest.cc b/ash/common/frame/custom_frame_view_ash_unittest.cc
|
| similarity index 99%
|
| rename from ash/frame/custom_frame_view_ash_unittest.cc
|
| rename to ash/common/frame/custom_frame_view_ash_unittest.cc
|
| index 8ebec969ee88efb55039a3ea5b774a9e350fac3b..2c1ecf3100a6db0fc350f30fea84c6cb3537dd66 100644
|
| --- a/ash/frame/custom_frame_view_ash_unittest.cc
|
| +++ b/ash/common/frame/custom_frame_view_ash_unittest.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/frame/custom_frame_view_ash.h"
|
| +#include "ash/common/frame/custom_frame_view_ash.h"
|
|
|
| #include <memory>
|
|
|
| @@ -11,7 +11,6 @@
|
| #include "ash/common/frame/caption_buttons/frame_caption_button_container_view.h"
|
| #include "ash/common/wm/maximize_mode/maximize_mode_controller.h"
|
| #include "ash/common/wm_shell.h"
|
| -#include "ash/shell.h"
|
| #include "ash/test/ash_test_base.h"
|
| #include "ash/test/test_session_state_delegate.h"
|
| #include "grit/ash_resources.h"
|
|
|