| Index: ash/system/chromeos/rotation/tray_rotation_lock_unittest.cc
|
| diff --git a/ash/system/rotation/tray_rotation_lock_unittest.cc b/ash/system/chromeos/rotation/tray_rotation_lock_unittest.cc
|
| similarity index 97%
|
| rename from ash/system/rotation/tray_rotation_lock_unittest.cc
|
| rename to ash/system/chromeos/rotation/tray_rotation_lock_unittest.cc
|
| index b12cfa022d27787d8dead33ac2a92d280e7388bc..a902e92167e7ac6825adef902c82ac4d82cee6cc 100644
|
| --- a/ash/system/rotation/tray_rotation_lock_unittest.cc
|
| +++ b/ash/system/chromeos/rotation/tray_rotation_lock_unittest.cc
|
| @@ -2,18 +2,18 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/system/rotation/tray_rotation_lock.h"
|
| +#include "ash/system/chromeos/rotation/tray_rotation_lock.h"
|
|
|
| #include <memory>
|
|
|
| +#include "ash/common/system/status_area_widget.h"
|
| +#include "ash/common/system/tray/system_tray.h"
|
| +#include "ash/common/system/tray/system_tray_delegate.h"
|
| #include "ash/common/wm/maximize_mode/maximize_mode_controller.h"
|
| #include "ash/common/wm_shell.h"
|
| #include "ash/display/screen_orientation_controller_chromeos.h"
|
| #include "ash/root_window_controller.h"
|
| #include "ash/shell.h"
|
| -#include "ash/system/status_area_widget.h"
|
| -#include "ash/system/tray/system_tray.h"
|
| -#include "ash/system/tray/system_tray_delegate.h"
|
| #include "ash/test/ash_test_base.h"
|
| #include "ash/test/status_area_widget_test_helper.h"
|
| #include "base/command_line.h"
|
|
|