| Index: ui/keyboard/keyboard_controller.cc
|
| diff --git a/ui/keyboard/keyboard_controller.cc b/ui/keyboard/keyboard_controller.cc
|
| index 4ee23b128c284c1dbe013cdd149b056115347b4e..9065ac6f2bbd7eab72ec2ffc8b1238f4e0bee993 100644
|
| --- a/ui/keyboard/keyboard_controller.cc
|
| +++ b/ui/keyboard/keyboard_controller.cc
|
| @@ -132,7 +132,7 @@ void ToggleTouchEventLogging(bool enable) {
|
| #if defined(OS_CHROMEOS)
|
| if (!base::SysInfo::IsRunningOnChromeOS())
|
| return;
|
| - CommandLine command(
|
| + base::CommandLine command(
|
| base::FilePath("/opt/google/touchscreen/toggle_touch_event_logging"));
|
| if (enable)
|
| command.AppendArg("1");
|
|
|