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

Unified Diff: chrome/browser/ui/ash/system_tray_delegate_chromeos.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
Index: chrome/browser/ui/ash/system_tray_delegate_chromeos.h
diff --git a/chrome/browser/ui/ash/system_tray_delegate_chromeos.h b/chrome/browser/ui/ash/system_tray_delegate_chromeos.h
index 95c4ea6a6bd82a595b8825ba688aa69718442e31..bebd5113691f73af641bdcbfe1042b8d0abbc512 100644
--- a/chrome/browser/ui/ash/system_tray_delegate_chromeos.h
+++ b/chrome/browser/ui/ash/system_tray_delegate_chromeos.h
@@ -10,6 +10,7 @@
#include <string>
#include <vector>
+#include "ash/common/accessibility_types.h"
#include "ash/common/session/session_state_observer.h"
#include "ash/common/system/tray/system_tray_delegate.h"
#include "ash/system/chromeos/supervised/custodian_info_tray_observer.h"
@@ -209,7 +210,7 @@ class SystemTrayDelegateChromeOS
void OnLanguageRemapSearchKeyToChanged();
void OnAccessibilityModeChanged(
- ui::AccessibilityNotificationVisibility notify);
+ ash::AccessibilityNotificationVisibility notify);
void UpdatePerformanceTracing();
« no previous file with comments | « chrome/browser/ui/ash/chrome_shell_delegate.cc ('k') | chrome/browser/ui/ash/system_tray_delegate_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698