| Index: ash/virtual_keyboard_controller_unittest.cc
|
| diff --git a/ash/virtual_keyboard_controller_unittest.cc b/ash/virtual_keyboard_controller_unittest.cc
|
| index 6b57a50d94ccd530fd026d3cdc4136401086e7cb..ef271087f8e1b0330c0d408a439d97f46d4c8fdf 100644
|
| --- a/ash/virtual_keyboard_controller_unittest.cc
|
| +++ b/ash/virtual_keyboard_controller_unittest.cc
|
| @@ -40,7 +40,7 @@ class VirtualKeyboardControllerTest : public AshTestBase {
|
| }
|
|
|
| void SetUp() override {
|
| - CommandLine::ForCurrentProcess()->AppendSwitch(
|
| + base::CommandLine::ForCurrentProcess()->AppendSwitch(
|
| keyboard::switches::kDisableSmartVirtualKeyboard);
|
| AshTestBase::SetUp();
|
| UpdateKeyboardDevices(std::vector<ui::KeyboardDevice>());
|
|
|