| Index: ash/wm/lock_state_controller.cc
|
| diff --git a/ash/wm/lock_state_controller.cc b/ash/wm/lock_state_controller.cc
|
| index c71db5bc2d866b2339b3e6e29b6a7b30da2ea13a..293d95a9424f4f3d22d086b52e152166fab11f35 100644
|
| --- a/ash/wm/lock_state_controller.cc
|
| +++ b/ash/wm/lock_state_controller.cc
|
| @@ -8,16 +8,16 @@
|
| #include <string>
|
| #include <utility>
|
|
|
| -#include "ash/accessibility_delegate.h"
|
| #include "ash/cancel_mode.h"
|
| +#include "ash/common/accessibility_delegate.h"
|
| +#include "ash/common/shell_delegate.h"
|
| +#include "ash/common/shutdown_controller.h"
|
| +#include "ash/common/wm_shell.h"
|
| #include "ash/public/cpp/shell_window_ids.h"
|
| #include "ash/public/interfaces/shutdown.mojom.h"
|
| #include "ash/shell.h"
|
| -#include "ash/shell_delegate.h"
|
| -#include "ash/shutdown_controller.h"
|
| #include "ash/wm/session_state_animator.h"
|
| #include "ash/wm/session_state_animator_impl.h"
|
| -#include "ash/wm_shell.h"
|
| #include "base/bind.h"
|
| #include "base/bind_helpers.h"
|
| #include "base/command_line.h"
|
|
|