diff options
Diffstat (limited to 'base/process_util.h')
-rw-r--r-- | base/process_util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/process_util.h b/base/process_util.h index 89e6346..caf39e8 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]; }; |