| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index 9c211fc9360204fee838b499d6369311d6cd65a8..a539468c0ab2943eb1531efa247ec3966d96e870 100644
|
| --- a/ash/shell.cc
|
| +++ b/ash/shell.cc
|
| @@ -724,8 +724,8 @@ void Shell::Init(const ShellInitParams& init_params) {
|
| screen_pinning_controller_.reset(
|
| new ScreenPinningController(window_tree_host_manager_.get()));
|
|
|
| - lock_state_controller_ = base::MakeUnique<LockStateController>(
|
| - wm_shell_->delegate()->GetShellConnector());
|
| + lock_state_controller_ =
|
| + base::MakeUnique<LockStateController>(wm_shell_->shutdown_controller());
|
| power_button_controller_.reset(
|
| new PowerButtonController(lock_state_controller_.get()));
|
| #if defined(OS_CHROMEOS)
|
|
|