| Index: ash/wm/lock_state_controller.cc
|
| diff --git a/ash/wm/lock_state_controller.cc b/ash/wm/lock_state_controller.cc
|
| index e0bb6008d515df1f2c274b498d8280eb291ba36f..913ac9b00d575ef99b4be54544caaeff43cd3cd9 100644
|
| --- a/ash/wm/lock_state_controller.cc
|
| +++ b/ash/wm/lock_state_controller.cc
|
| @@ -311,7 +311,7 @@ void LockStateController::StartRealShutdownTimer(bool with_animation_time) {
|
|
|
| #if defined(OS_CHROMEOS)
|
| base::TimeDelta sound_duration =
|
| - WmShell::Get()->GetAccessibilityDelegate()->PlayShutdownSound();
|
| + WmShell::Get()->accessibility_delegate()->PlayShutdownSound();
|
| sound_duration =
|
| std::min(sound_duration,
|
| base::TimeDelta::FromMilliseconds(kMaxShutdownSoundDurationMs));
|
|
|