Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1015)

Unified Diff: chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc

Issue 682943002: Make chrome/browser/chromeos/accessibility compile on Athena with use_ash=0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@athena_do_not_use_ash41_scroll_end_effect
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {

Powered by Google App Engine
This is Rietveld 408576698