Index: chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc |
diff --git a/chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc b/chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc |
index 97494081b56a0fc491563c2a1244db9ba438406a..48f413cfbffb42406a2466d766a5985d68ec929d 100644 |
--- a/chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc |
+++ b/chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc |
@@ -59,7 +59,7 @@ class TouchExplorationTest : public InProcessBrowserTest { |
ash::AccessibilityDelegate* ad = |
ash::Shell::GetInstance()->accessibility_delegate(); |
if (on != ad->IsSpokenFeedbackEnabled()) |
- ad->ToggleSpokenFeedback(ash::A11Y_NOTIFICATION_NONE); |
+ ad->ToggleSpokenFeedback(ui::A11Y_NOTIFICATION_NONE); |
} |
base::TimeDelta Now() { |