| Index: base/process/process_handle.h
|
| diff --git a/base/process/process_handle.h b/base/process/process_handle.h
|
| index ef7a6025525efeb6d56f1be0278f67f94b7c49ac..d48becf7172ece6a0d12baf5f98ab638b0b25962 100644
|
| --- a/base/process/process_handle.h
|
| +++ b/base/process/process_handle.h
|
| @@ -27,7 +27,7 @@ typedef DWORD ProcessId;
|
| typedef HANDLE UserTokenHandle;
|
| const ProcessHandle kNullProcessHandle = NULL;
|
| const ProcessId kNullProcessId = 0;
|
| -#elif defined(OS_POSIX)
|
| +#elif defined(OS_POSIX) || defined(OS_FUCHSIA)
|
| // On POSIX, our ProcessHandle will just be the PID.
|
| typedef pid_t ProcessHandle;
|
| typedef pid_t ProcessId;
|
|
|