Index: ash/root_window_controller_unittest.cc |
diff --git a/ash/root_window_controller_unittest.cc b/ash/root_window_controller_unittest.cc |
index 1de918c1bc39c99303c096c94dc276eaa8261f07..c296609efaaf0b6db27acac72b8fe45b9b874683 100644 |
--- a/ash/root_window_controller_unittest.cc |
+++ b/ash/root_window_controller_unittest.cc |
@@ -621,6 +621,8 @@ class VirtualKeyboardRootWindowControllerTest : public test::AshTestBase { |
CommandLine::ForCurrentProcess()->AppendSwitch( |
keyboard::switches::kEnableVirtualKeyboard); |
test::AshTestBase::SetUp(); |
+ Shell::GetPrimaryRootWindowController()->ActivateKeyboard( |
+ Shell::GetInstance()->keyboard_controller()); |
} |
private: |