| Index: ash/wm/lock_state_controller.cc
|
| diff --git a/ash/wm/lock_state_controller.cc b/ash/wm/lock_state_controller.cc
|
| index cffbb6bd5778c0af49d369c21e29b33c6a5f1a7c..be34131aa4cb54c0e381b4d0365de6ff3ff5d366 100644
|
| --- a/ash/wm/lock_state_controller.cc
|
| +++ b/ash/wm/lock_state_controller.cc
|
| @@ -289,7 +289,7 @@ void LockStateController::SetLockScreenDisplayedCallback(
|
| lock_screen_displayed_callback_ = callback;
|
| }
|
|
|
| -void LockStateController::OnRootWindowHostCloseRequested(
|
| +void LockStateController::OnWindowTreeHostCloseRequested(
|
| const aura::RootWindow*) {
|
| Shell::GetInstance()->delegate()->Exit();
|
| }
|
|
|