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

Unified Diff: chrome/browser/ui/ash/volume_controller_browsertest_chromeos.cc

Issue 2078393005: mash: Move accessibility_types.h from ui namespace to ash namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@a11y
Patch Set: fix chromevox code generated from js Created 4 years, 6 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/ui/ash/volume_controller_browsertest_chromeos.cc
diff --git a/chrome/browser/ui/ash/volume_controller_browsertest_chromeos.cc b/chrome/browser/ui/ash/volume_controller_browsertest_chromeos.cc
index d20dae13209e86da95179317666d306e4a29d672..669c5830bfef7b8b6a4031cce12cbec8182f1b22 100644
--- a/chrome/browser/ui/ash/volume_controller_browsertest_chromeos.cc
+++ b/chrome/browser/ui/ash/volume_controller_browsertest_chromeos.cc
@@ -6,6 +6,7 @@
#include <vector>
#include "ash/common/accessibility_delegate.h"
+#include "ash/common/accessibility_types.h"
#include "ash/common/ash_switches.h"
#include "base/command_line.h"
#include "base/macros.h"
@@ -175,7 +176,7 @@ class VolumeControllerSoundsTest : public VolumeControllerTest {
void EnableSpokenFeedback(bool enabled) {
chromeos::AccessibilityManager* manager =
chromeos::AccessibilityManager::Get();
- manager->EnableSpokenFeedback(enabled, ui::A11Y_NOTIFICATION_NONE);
+ manager->EnableSpokenFeedback(enabled, ash::A11Y_NOTIFICATION_NONE);
}
bool is_sound_initialized() const {
« no previous file with comments | « chrome/browser/ui/ash/system_tray_delegate_chromeos.cc ('k') | chrome/browser/ui/webui/chromeos/login/core_oobe_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698