| Index: chrome/browser/child_process_launcher.cc
|
| diff --git a/chrome/browser/child_process_launcher.cc b/chrome/browser/child_process_launcher.cc
|
| index 956f83640e18274853634d37dcb4d168740d3d9c..1ab66c63dec021b27bfd78b589bf2de0866caf37 100644
|
| --- a/chrome/browser/child_process_launcher.cc
|
| +++ b/chrome/browser/child_process_launcher.cc
|
| @@ -228,11 +228,11 @@ class ChildProcessLauncher::Context
|
| // through the zygote process.
|
| Singleton<ZygoteHost>()->EnsureProcessTerminated(handle);
|
| } else
|
| -#endif // defined(OS_LINUX)
|
| +#endif // OS_LINUX
|
| {
|
| ProcessWatcher::EnsureProcessTerminated(handle);
|
| }
|
| -#endif
|
| +#endif // OS_POSIX
|
| process.Close();
|
| }
|
|
|
|
|