Index: chrome/browser/memory_details.h |
=================================================================== |
--- chrome/browser/memory_details.h (revision 5371) |
+++ chrome/browser/memory_details.h (working copy) |
@@ -25,9 +25,9 @@ |
// 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. |