| Index: ash/root_window_controller_unittest.cc
|
| diff --git a/ash/root_window_controller_unittest.cc b/ash/root_window_controller_unittest.cc
|
| index 28999b61c93b24ebd72a61e89b8ecb536134dced..dd80b41ffc7450692ebde54f22e52c2524565def 100644
|
| --- a/ash/root_window_controller_unittest.cc
|
| +++ b/ash/root_window_controller_unittest.cc
|
| @@ -612,7 +612,7 @@ class VirtualKeyboardRootWindowControllerTest
|
| ~VirtualKeyboardRootWindowControllerTest() override {}
|
|
|
| void SetUp() override {
|
| - CommandLine::ForCurrentProcess()->AppendSwitch(
|
| + base::CommandLine::ForCurrentProcess()->AppendSwitch(
|
| keyboard::switches::kEnableVirtualKeyboard);
|
| test::AshTestBase::SetUp();
|
| Shell::GetPrimaryRootWindowController()->ActivateKeyboard(
|
|
|