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

Unified Diff: ash/keyboard/keyboard_ui.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: ash/keyboard/keyboard_ui.cc
diff --git a/ash/keyboard/keyboard_ui.cc b/ash/keyboard/keyboard_ui.cc
index 7022b9cfa19a0e6b9d851f0b1e0e2897197f48b5..1ab3f104d0e0b76168e444f36bda442592e950a0 100644
--- a/ash/keyboard/keyboard_ui.cc
+++ b/ash/keyboard/keyboard_ui.cc
@@ -42,7 +42,7 @@ class KeyboardUIImpl : public KeyboardUI, public AccessibilityObserver {
// AccessibilityObserver:
void OnAccessibilityModeChanged(
- ui::AccessibilityNotificationVisibility notify) override {
+ AccessibilityNotificationVisibility notify) override {
FOR_EACH_OBSERVER(KeyboardUIObserver, *observers(),
OnKeyboardEnabledStateChanged(IsEnabled()));
}
« no previous file with comments | « ash/common/system/tray/wm_system_tray_notifier.cc ('k') | ash/magnifier/magnification_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698