diff options
Diffstat (limited to 'ui/keyboard/keyboard_controller.cc')
-rw-r--r-- | ui/keyboard/keyboard_controller.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/keyboard/keyboard_controller.cc b/ui/keyboard/keyboard_controller.cc index 4ee23b1..9065ac6 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"); |