Chromium Code Reviews| Index: base/process_util.h |
| diff --git a/base/process_util.h b/base/process_util.h |
| index 89e634620e06f2f1164ca1be9aa52d77c8813b11..caf39e83a730a54068c9ed0d28d2b5bafc76eff5 100644 |
| --- a/base/process_util.h |
| +++ b/base/process_util.h |
| @@ -37,8 +37,8 @@ typedef IO_COUNTERS IoCounters; |
| #elif defined(OS_POSIX) |
| // TODO(port): we should not rely on a Win32 structure. |
| struct ProcessEntry { |
| - int pid; |
| - int ppid; |
| + base::ProcessId pid; |
| + base::ProcessId ppid; |
| char szExeFile[NAME_MAX + 1]; |
| }; |