| 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();
|
|
|
|
|