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

Unified Diff: ash/common/system/ime/tray_ime_chromeos_unittest.cc

Issue 2775973002: Promotes more accessors from WmShell to Shell (Closed)
Patch Set: Created 3 years, 9 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: 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);
}

Powered by Google App Engine
This is Rietveld 408576698