| Index: chrome/browser/chromeos/system/input_device_settings_impl_x11.cc
|
| diff --git a/chrome/browser/chromeos/system/input_device_settings_impl_x11.cc b/chrome/browser/chromeos/system/input_device_settings_impl_x11.cc
|
| index a4c05e4918d3f11cfbe6595826f7500dfc638fbf..aa41497a0fed8a6b7e50957fbac3cbebc10a855d 100644
|
| --- a/chrome/browser/chromeos/system/input_device_settings_impl_x11.cc
|
| +++ b/chrome/browser/chromeos/system/input_device_settings_impl_x11.cc
|
| @@ -58,7 +58,7 @@ void ExecuteScriptOnFileThread(const std::vector<std::string>& argv) {
|
| base::Process process =
|
| base::LaunchProcess(base::CommandLine(argv), base::LaunchOptions());
|
| if (process.IsValid())
|
| - base::EnsureProcessGetsReaped(process.pid());
|
| + base::EnsureProcessGetsReaped(process.Pid());
|
| }
|
|
|
| void ExecuteScript(const std::vector<std::string>& argv) {
|
|
|