| Index: ash/common/system/ime/tray_ime_chromeos_unittest.cc
|
| diff --git a/ash/common/system/ime/tray_ime_chromeos_unittest.cc b/ash/common/system/ime/tray_ime_chromeos_unittest.cc
|
| index 7db95ae169ee8947bb99e59f5b129704c9a25ce7..8530e4fe367c0b1382128ff40c12244e8937ca5f 100644
|
| --- a/ash/common/system/ime/tray_ime_chromeos_unittest.cc
|
| +++ b/ash/common/system/ime/tray_ime_chromeos_unittest.cc
|
| @@ -65,7 +65,7 @@ void TrayIMETest::SetAccessibilityKeyboardEnabled(bool enabled) {
|
| keyboard::SetAccessibilityKeyboardEnabled(enabled);
|
| AccessibilityNotificationVisibility notification =
|
| enabled ? A11Y_NOTIFICATION_SHOW : A11Y_NOTIFICATION_NONE;
|
| - WmShell::Get()->system_tray_notifier()->NotifyAccessibilityModeChanged(
|
| + Shell::Get()->system_tray_notifier()->NotifyAccessibilityModeChanged(
|
| notification);
|
| }
|
|
|
|
|