| Index: ash/system/power/tablet_power_button_controller.cc
|
| diff --git a/ash/system/chromeos/power/tablet_power_button_controller.cc b/ash/system/power/tablet_power_button_controller.cc
|
| similarity index 96%
|
| rename from ash/system/chromeos/power/tablet_power_button_controller.cc
|
| rename to ash/system/power/tablet_power_button_controller.cc
|
| index 672e54c199841b6ecf569733fd6ad71c0a2b1baa..9451205367740a55378203bd38a102cab676cc6b 100644
|
| --- a/ash/system/chromeos/power/tablet_power_button_controller.cc
|
| +++ b/ash/system/power/tablet_power_button_controller.cc
|
| @@ -2,15 +2,15 @@
|
| // 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 "ash/common/accessibility_delegate.h"
|
| -#include "ash/common/session/session_state_delegate.h"
|
| -#include "ash/common/shell_delegate.h"
|
| -#include "ash/common/wm/maximize_mode/maximize_mode_controller.h"
|
| -#include "ash/common/wm_shell.h"
|
| +#include "ash/accessibility_delegate.h"
|
| +#include "ash/session/session_state_delegate.h"
|
| #include "ash/shell.h"
|
| +#include "ash/shell_delegate.h"
|
| #include "ash/wm/lock_state_controller.h"
|
| +#include "ash/wm/maximize_mode/maximize_mode_controller.h"
|
| +#include "ash/wm_shell.h"
|
| #include "base/time/default_tick_clock.h"
|
| #include "chromeos/dbus/dbus_thread_manager.h"
|
| #include "ui/events/devices/input_device_manager.h"
|
|
|