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

Unified Diff: chrome/browser/chromeos/login/wizard_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/login/wizard_controller_browsertest.cc
diff --git a/chrome/browser/chromeos/login/wizard_controller_browsertest.cc b/chrome/browser/chromeos/login/wizard_controller_browsertest.cc
index 7b8dc6aec41d0c0c868e523372e1a4e9ad306eb2..4bc92c2be6b4a37708b6be4dd49211cc81732b5b 100644
--- a/chrome/browser/chromeos/login/wizard_controller_browsertest.cc
+++ b/chrome/browser/chromeos/login/wizard_controller_browsertest.cc
@@ -173,10 +173,10 @@ void SetUpCrasAndEnableChromeVox(int volume_percent, bool mute_on) {
// is disabled.
cras->SetOutputVolumePercent(volume_percent);
cras->SetOutputMute(mute_on);
- a11y->EnableSpokenFeedback(false, ash::A11Y_NOTIFICATION_NONE);
+ a11y->EnableSpokenFeedback(false, ui::A11Y_NOTIFICATION_NONE);
// Spoken feedback is enabled.
- a11y->EnableSpokenFeedback(true, ash::A11Y_NOTIFICATION_NONE);
+ a11y->EnableSpokenFeedback(true, ui::A11Y_NOTIFICATION_NONE);
base::RunLoop().RunUntilIdle();
}

Powered by Google App Engine
This is Rietveld 408576698