| Index: ash/wm/power_button_controller.cc
|
| diff --git a/ash/wm/power_button_controller.cc b/ash/wm/power_button_controller.cc
|
| index 685060806036a8a0ed30dc89830fa437ce0299d4..e489676cafd1f4c6d151a269a8e47226ae97597e 100644
|
| --- a/ash/wm/power_button_controller.cc
|
| +++ b/ash/wm/power_button_controller.cc
|
| @@ -8,15 +8,16 @@
|
| #include "ash/session_state_delegate.h"
|
| #include "ash/shell.h"
|
| #include "ash/shell_window_ids.h"
|
| +#include "ash/wm/session_lock_state_controller.h"
|
| #include "ash/wm/session_state_animator.h"
|
| -#include "ash/wm/session_state_controller.h"
|
| #include "base/command_line.h"
|
| #include "ui/aura/root_window.h"
|
| #include "ui/views/corewm/compound_event_filter.h"
|
|
|
| namespace ash {
|
|
|
| -PowerButtonController::PowerButtonController(SessionStateController* controller)
|
| +PowerButtonController::PowerButtonController(
|
| + SessionLockStateController* controller)
|
| : power_button_down_(false),
|
| lock_button_down_(false),
|
| screen_is_off_(false),
|
|
|