| Index: chrome/browser/ui/ash/keyboard_controller_browsertest.cc
|
| diff --git a/chrome/browser/ui/ash/keyboard_controller_browsertest.cc b/chrome/browser/ui/ash/keyboard_controller_browsertest.cc
|
| index 074f379fc9744b16b28f9da795562dd7d9d8b402..89cc9cecec27ad51f0e51d8b1afc1b1775b80ec6 100644
|
| --- a/chrome/browser/ui/ash/keyboard_controller_browsertest.cc
|
| +++ b/chrome/browser/ui/ash/keyboard_controller_browsertest.cc
|
| @@ -29,7 +29,7 @@ class VirtualKeyboardWebContentTest : public InProcessBrowserTest {
|
| }
|
|
|
| // Ensure that the virtual keyboard is enabled.
|
| - virtual void SetUpCommandLine(CommandLine* command_line) override {
|
| + virtual void SetUpCommandLine(base::CommandLine* command_line) override {
|
| command_line->AppendSwitch(
|
| keyboard::switches::kEnableVirtualKeyboard);
|
| }
|
|
|