Chromium Code Reviews| Index: base/process/process_win.cc |
| diff --git a/base/process/process_win.cc b/base/process/process_win.cc |
| index c311c994b534b6f6ffc23c5b9f44c17ada35cf3c..0107015dee8669f4964a6e95a8e790575494828d 100644 |
| --- a/base/process/process_win.cc |
| +++ b/base/process/process_win.cc |
| @@ -100,7 +100,7 @@ Process Process::Duplicate() const { |
| return Process(out_handle); |
| } |
| -ProcessId Process::pid() const { |
| +ProcessId Process::Pid() const { |
| DCHECK(IsValid()); |
| return GetProcId(Handle()); |
| } |