| Index: ash/root_window_controller.cc
|
| diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc
|
| index caa1228890e223325fdbf44c9f3b658fbb2d0b0d..0da7c58bc471e6c45e8f369fe222d319e87c0516 100644
|
| --- a/ash/root_window_controller.cc
|
| +++ b/ash/root_window_controller.cc
|
| @@ -454,7 +454,7 @@ void RootWindowController::CloseChildWindows() {
|
|
|
| // Deactivate keyboard container before closing child windows and shutting
|
| // down associated layout managers.
|
| - DeactivateKeyboard(Shell::GetInstance()->keyboard_controller());
|
| + DeactivateKeyboard(keyboard::KeyboardController::GetInstance());
|
|
|
| // panel_layout_manager_ needs to be shut down before windows are destroyed.
|
| if (panel_layout_manager_) {
|
|
|