Chromium Code Reviews| Index: chrome/browser/memory_details.cc |
| diff --git a/chrome/browser/memory_details.cc b/chrome/browser/memory_details.cc |
| index d6a1452e7fb30ab59a114e942dd6ebf4953e6a36..138a51daaf5d18ce1918d4009fb2d0616682d90a 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), |