| Index: ash/root_window_controller.cc
|
| diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc
|
| index 3b1fbce32464198103344831a8c90055172747f7..7a8be2445230e474047c7f7f000225c93e958abf 100644
|
| --- a/ash/root_window_controller.cc
|
| +++ b/ash/root_window_controller.cc
|
| @@ -456,7 +456,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_) {
|
|
|