Chromium Code Reviews| Index: base/process_win.cc |
| diff --git a/base/process_win.cc b/base/process_win.cc |
| index 697a02071ace2e6827a549fcbab6ac690efa03d2..98a7f46c6d0f666f8660a4c17a0ec3cd58f396ae 100644 |
| --- a/base/process_win.cc |
| +++ b/base/process_win.cc |
| @@ -107,7 +107,7 @@ bool Process::EmptyWorkingSet() { |
| return rv == TRUE; |
| } |
| -int32 Process::pid() const { |
| +ProcessId Process::pid() const { |
| if (process_ == 0) |
| return 0; |