Chromium Code Reviews| Index: chrome/browser/memory_details.h |
| diff --git a/chrome/browser/memory_details.h b/chrome/browser/memory_details.h |
| index 2e7e852426630b3a638c45adb5f08a74df3211a6..5e155a1035a0a555d9c7f50770a90cfccfc146ac 100644 |
| --- a/chrome/browser/memory_details.h |
| +++ b/chrome/browser/memory_details.h |
| @@ -25,7 +25,7 @@ struct ProcessMemoryInformation { |
| } |
| // The process id. |
| - int pid; |
| + base::ProcessId pid; |
| // The working set information. |
| base::WorkingSetKBytes working_set; |
| // The committed bytes. |