| Index: chrome/service/cloud_print/cloud_print_proxy.cc
|
| diff --git a/chrome/service/cloud_print/cloud_print_proxy.cc b/chrome/service/cloud_print/cloud_print_proxy.cc
|
| index ae56186b61d9818604d855f702dcdb2a48d61884..a98fecb4e5be00535e0fbadc089dfbf963b6ae31 100644
|
| --- a/chrome/service/cloud_print/cloud_print_proxy.cc
|
| +++ b/chrome/service/cloud_print/cloud_print_proxy.cc
|
| @@ -45,7 +45,7 @@ void LaunchBrowserProcessWithSwitch(const std::string& switch_string) {
|
| #if defined(OS_POSIX) && !defined(OS_MACOSX)
|
| base::Process process = base::LaunchProcess(cmd_line, base::LaunchOptions());
|
| if (process.IsValid())
|
| - base::EnsureProcessGetsReaped(process.pid());
|
| + base::EnsureProcessGetsReaped(process.Pid());
|
| #else
|
| base::LaunchOptions launch_options;
|
| #if defined(OS_WIN)
|
|
|