summaryrefslogtreecommitdiffstats
path: root/chrome/browser/child_process_launcher.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/child_process_launcher.cc')
-rw-r--r--chrome/browser/child_process_launcher.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/child_process_launcher.cc b/chrome/browser/child_process_launcher.cc
index 956f836..1ab66c6 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();
}