| Index: ash/wm/lock_state_controller.cc
|
| diff --git a/ash/wm/lock_state_controller.cc b/ash/wm/lock_state_controller.cc
|
| index 293d95a9424f4f3d22d086b52e152166fab11f35..c8def6fb3ea29758f5c39fd9f1163e8cb5bfe2cf 100644
|
| --- a/ash/wm/lock_state_controller.cc
|
| +++ b/ash/wm/lock_state_controller.cc
|
| @@ -292,7 +292,7 @@ void LockStateController::StartRealShutdownTimer(bool with_animation_time) {
|
| }
|
|
|
| base::TimeDelta sound_duration =
|
| - WmShell::Get()->accessibility_delegate()->PlayShutdownSound();
|
| + Shell::GetInstance()->accessibility_delegate()->PlayShutdownSound();
|
| sound_duration =
|
| std::min(sound_duration,
|
| base::TimeDelta::FromMilliseconds(kMaxShutdownSoundDurationMs));
|
|
|