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

Unified Diff: chrome/browser/chromeos/accessibility/chromevox_panel.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/chromeos/accessibility/chromevox_panel.cc
diff --git a/chrome/browser/chromeos/accessibility/chromevox_panel.cc b/chrome/browser/chromeos/accessibility/chromevox_panel.cc
index d726fd136eb95065b6d3e4db796c8e5c824834b4..b043ce87088b488936d2b4d321e8152b59e9bf35 100644
--- a/chrome/browser/chromeos/accessibility/chromevox_panel.cc
+++ b/chrome/browser/chromeos/accessibility/chromevox_panel.cc
@@ -139,7 +139,7 @@ void ChromeVoxPanel::ExitFullscreen() {
void ChromeVoxPanel::DisableSpokenFeedback() {
chromeos::AccessibilityManager::Get()->EnableSpokenFeedback(
- false, ui::A11Y_NOTIFICATION_NONE);
+ false, ash::A11Y_NOTIFICATION_NONE);
}
void ChromeVoxPanel::Focus() {

Powered by Google App Engine
This is Rietveld 408576698