Index: ash/system/power/tablet_power_button_controller_unittest.cc |
diff --git a/ash/system/chromeos/power/tablet_power_button_controller_unittest.cc b/ash/system/power/tablet_power_button_controller_unittest.cc |
similarity index 98% |
rename from ash/system/chromeos/power/tablet_power_button_controller_unittest.cc |
rename to ash/system/power/tablet_power_button_controller_unittest.cc |
index 8a2df301343d4768b12ed7e479d5dbeee0cf6829..ef307e34ce6140e32bda8f6bd71daa181031fc36 100644 |
--- a/ash/system/chromeos/power/tablet_power_button_controller_unittest.cc |
+++ b/ash/system/power/tablet_power_button_controller_unittest.cc |
@@ -2,20 +2,20 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "ash/system/chromeos/power/tablet_power_button_controller.h" |
+#include "ash/system/power/tablet_power_button_controller.h" |
#include <memory> |
-#include "ash/common/ash_switches.h" |
-#include "ash/common/session/session_state_delegate.h" |
-#include "ash/common/wm/maximize_mode/maximize_mode_controller.h" |
-#include "ash/common/wm_shell.h" |
+#include "ash/ash_switches.h" |
+#include "ash/session/session_state_delegate.h" |
#include "ash/shell.h" |
#include "ash/test/ash_test_base.h" |
#include "ash/test/lock_state_controller_test_api.h" |
#include "ash/test/test_shell_delegate.h" |
#include "ash/wm/lock_state_controller.h" |
+#include "ash/wm/maximize_mode/maximize_mode_controller.h" |
#include "ash/wm/power_button_controller.h" |
+#include "ash/wm_shell.h" |
#include "base/command_line.h" |
#include "base/compiler_specific.h" |
#include "base/memory/ptr_util.h" |