diff options
Diffstat (limited to 'chrome/browser/memory_details.h')
-rw-r--r-- | chrome/browser/memory_details.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/memory_details.h b/chrome/browser/memory_details.h index 2e7e852..5e155a1 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. |