summaryrefslogtreecommitdiffstats
path: root/chrome/common/process_watcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/process_watcher.h')
-rw-r--r--chrome/common/process_watcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/process_watcher.h b/chrome/common/process_watcher.h
index 54b344b..f764c4f 100644
--- a/chrome/common/process_watcher.h
+++ b/chrome/common/process_watcher.h
@@ -28,7 +28,7 @@ class ProcessWatcher {
//
static void EnsureProcessTerminated(base::ProcessHandle process_handle);
-#if defined(OS_LINUX)
+#if defined(OS_POSIX) && !defined(OS_MACOSX)
// The nicer version of EnsureProcessTerminated() that is patient and will
// wait for |process_handle| to finish and then reap it.
static void EnsureProcessGetsReaped(base::ProcessHandle process_handle);