Index: base/process/process_handle.h |
diff --git a/base/process/process_handle.h b/base/process/process_handle.h |
index a37784275eaaf53a27fe8c1e1f4fd5b3ec9bccd6..6f8094ee80bf84a7be35fd1d647eca49f8d07046 100644 |
--- a/base/process/process_handle.h |
+++ b/base/process/process_handle.h |
@@ -81,12 +81,10 @@ BASE_EXPORT bool GetProcessIntegrityLevel(ProcessHandle process, |
IntegrityLevel* level); |
#endif |
-#if defined(OS_LINUX) || defined(OS_ANDROID) || defined(OS_BSD) |
+#if defined(OS_POSIX) |
// Returns the path to the executable of the given process. |
BASE_EXPORT FilePath GetProcessExecutablePath(ProcessHandle process); |
-#endif |
-#if defined(OS_POSIX) |
// Returns the ID for the parent of the given process. |
BASE_EXPORT ProcessId GetParentProcessId(ProcessHandle process); |
#endif |