diff options
Diffstat (limited to 'chrome/browser/memory_details.cc')
-rw-r--r-- | chrome/browser/memory_details.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/memory_details.cc b/chrome/browser/memory_details.cc index d6a1452..138a51d 100644 --- a/chrome/browser/memory_details.cc +++ b/chrome/browser/memory_details.cc @@ -33,6 +33,8 @@ #include "content/browser/zygote_host_linux.h" #endif +using content::BrowserThread; + ProcessMemoryInformation::ProcessMemoryInformation() : pid(0), num_processes(0), |