| 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 3d14b4cad889e2fdf64260ebd7388296a3791c26..6dbec59af7d9eb80fa665c124e00a97c4bfaff3e 100644
|
| --- a/chrome/browser/chromeos/login/wizard_controller_browsertest.cc
|
| +++ b/chrome/browser/chromeos/login/wizard_controller_browsertest.cc
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "chrome/browser/chromeos/login/wizard_controller.h"
|
|
|
| +#include "ash/common/accessibility_types.h"
|
| #include "base/command_line.h"
|
| #include "base/compiler_specific.h"
|
| #include "base/macros.h"
|
| @@ -164,10 +165,10 @@ void SetUpCrasAndEnableChromeVox(int volume_percent, bool mute_on) {
|
| // is disabled.
|
| cras->SetOutputVolumePercent(volume_percent);
|
| cras->SetOutputMute(mute_on);
|
| - a11y->EnableSpokenFeedback(false, ui::A11Y_NOTIFICATION_NONE);
|
| + a11y->EnableSpokenFeedback(false, ash::A11Y_NOTIFICATION_NONE);
|
|
|
| // Spoken feedback is enabled.
|
| - a11y->EnableSpokenFeedback(true, ui::A11Y_NOTIFICATION_NONE);
|
| + a11y->EnableSpokenFeedback(true, ash::A11Y_NOTIFICATION_NONE);
|
| base::RunLoop().RunUntilIdle();
|
| }
|
|
|
|
|