diff options
Diffstat (limited to 'chrome/browser/memory_details.h')
-rw-r--r-- | chrome/browser/memory_details.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/memory_details.h b/chrome/browser/memory_details.h index ddd76d1..8f0f03b 100644 --- a/chrome/browser/memory_details.h +++ b/chrome/browser/memory_details.h @@ -25,9 +25,9 @@ struct ProcessMemoryInformation { // The process id. int pid; // The working set information. - process_util::WorkingSetKBytes working_set; + base::WorkingSetKBytes working_set; // The committed bytes. - process_util::CommittedKBytes committed; + base::CommittedKBytes committed; // The process version std::wstring version; // The process product name. |