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

Unified Diff: ash/common/system/accessibility_observer.h

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/default_accessibility_delegate.cc ('k') | ash/common/system/tray/wm_system_tray_notifier.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/accessibility_observer.h
diff --git a/ash/common/system/accessibility_observer.h b/ash/common/system/accessibility_observer.h
index 180d41d3fcedde417189ea7ae6a126cf4e946122..5de1ea2b3162ae45b05bcd949ae7866f848d46f1 100644
--- a/ash/common/system/accessibility_observer.h
+++ b/ash/common/system/accessibility_observer.h
@@ -16,7 +16,7 @@ class ASH_EXPORT AccessibilityObserver {
// Notifies when accessibility mode changes.
virtual void OnAccessibilityModeChanged(
- ui::AccessibilityNotificationVisibility notify) = 0;
+ AccessibilityNotificationVisibility notify) = 0;
};
} // namespace ash
« no previous file with comments | « ash/common/default_accessibility_delegate.cc ('k') | ash/common/system/tray/wm_system_tray_notifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698