Chromium Code Reviews| Index: base/process/process.h |
| diff --git a/base/process/process.h b/base/process/process.h |
| index c85a248fbb525af883a3e4f74888feaa64c61ee1..70aca6da172ba0fb409151be0072c5d72d0c7284 100644 |
| --- a/base/process/process.h |
| +++ b/base/process/process.h |
| @@ -80,7 +80,7 @@ class BASE_EXPORT Process { |
| Process Duplicate() const; |
| // Get the PID for this process. |
| - ProcessId pid() const; |
| + ProcessId Pid() const; |
| // Returns true if this process is the current process. |
| bool is_current() const; |