| Index: ash/ash_touch_exploration_manager_chromeos.cc
|
| diff --git a/ash/ash_touch_exploration_manager_chromeos.cc b/ash/ash_touch_exploration_manager_chromeos.cc
|
| index 6900b2709dd3bb3fc844b95d214762e848e84bb1..ee9ca3df1958726c17a90b20db340ec275af426f 100644
|
| --- a/ash/ash_touch_exploration_manager_chromeos.cc
|
| +++ b/ash/ash_touch_exploration_manager_chromeos.cc
|
| @@ -56,7 +56,7 @@ void AshTouchExplorationManager::SetOutputLevel(int volume) {
|
|
|
| void AshTouchExplorationManager::SilenceSpokenFeedback() {
|
| AccessibilityDelegate* delegate =
|
| - Shell::GetInstance()->accessibility_delegate();
|
| + Shell::GetInstance()->accessibility_delegate();
|
| if (!delegate->IsSpokenFeedbackEnabled())
|
| return;
|
| delegate->SilenceSpokenFeedback();
|
|
|