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

Unified Diff: ash/common/system/tray/wm_system_tray_notifier.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
« no previous file with comments | « ash/common/system/tray/wm_system_tray_notifier.h ('k') | ash/keyboard/keyboard_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/tray/wm_system_tray_notifier.cc
diff --git a/ash/common/system/tray/wm_system_tray_notifier.cc b/ash/common/system/tray/wm_system_tray_notifier.cc
index 81289493fbf441c85fe70c7f4adc9a969912a39b..5bfbfefac40c506e37614b6335abaf14a9e7fb6c 100644
--- a/ash/common/system/tray/wm_system_tray_notifier.cc
+++ b/ash/common/system/tray/wm_system_tray_notifier.cc
@@ -41,7 +41,7 @@ void WmSystemTrayNotifier::RemoveUpdateObserver(UpdateObserver* observer) {
}
void WmSystemTrayNotifier::NotifyAccessibilityModeChanged(
- ui::AccessibilityNotificationVisibility notify) {
+ AccessibilityNotificationVisibility notify) {
FOR_EACH_OBSERVER(AccessibilityObserver, accessibility_observers_,
OnAccessibilityModeChanged(notify));
}
« no previous file with comments | « ash/common/system/tray/wm_system_tray_notifier.h ('k') | ash/keyboard/keyboard_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698