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

Unified Diff: ash/virtual_keyboard_controller.cc

Issue 2761063002: Move more from WmShell to Shell (Closed)
Patch Set: merge 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
« no previous file with comments | « ash/test/status_area_widget_test_helper.cc ('k') | ash/wm/window_cycle_controller_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/virtual_keyboard_controller.cc
diff --git a/ash/virtual_keyboard_controller.cc b/ash/virtual_keyboard_controller.cc
index 2616875b9d95a1b8d32355d0b6d437dcfbe54d30..22bcd0a4bd55835a5c248e6164e5a17580ddd71b 100644
--- a/ash/virtual_keyboard_controller.cc
+++ b/ash/virtual_keyboard_controller.cc
@@ -38,7 +38,7 @@ bool IsSmartVirtualKeyboardEnabled() {
void MoveKeyboardToDisplayInternal(const int64_t display_id) {
// Remove the keyboard from curent root window controller
- WmShell::Get()->keyboard_ui()->Hide();
+ Shell::Get()->keyboard_ui()->Hide();
RootWindowController::ForWindow(
keyboard::KeyboardController::GetInstance()->GetContainerWindow())
->DeactivateKeyboard(keyboard::KeyboardController::GetInstance());
« no previous file with comments | « ash/test/status_area_widget_test_helper.cc ('k') | ash/wm/window_cycle_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698