| Index: ash/wm/lock_layout_manager_unittest.cc
|
| diff --git a/ash/wm/lock_layout_manager_unittest.cc b/ash/wm/lock_layout_manager_unittest.cc
|
| index e76fd96f7da43e16bd0fd73a3a077fa71c37656b..fc097fb303cd6181a44f1c5df2ee5575147bf35d 100644
|
| --- a/ash/wm/lock_layout_manager_unittest.cc
|
| +++ b/ash/wm/lock_layout_manager_unittest.cc
|
| @@ -54,7 +54,7 @@ class LockLayoutManagerTest : public AshTestBase {
|
| public:
|
| void SetUp() override {
|
| // Allow a virtual keyboard (and initialize it per default).
|
| - CommandLine::ForCurrentProcess()->AppendSwitch(
|
| + base::CommandLine::ForCurrentProcess()->AppendSwitch(
|
| keyboard::switches::kEnableVirtualKeyboard);
|
| AshTestBase::SetUp();
|
| Shell::GetPrimaryRootWindowController()->ActivateKeyboard(
|
|
|