| Index: chrome/browser/memory_details_mac.cc
|
| diff --git a/chrome/browser/memory_details_mac.cc b/chrome/browser/memory_details_mac.cc
|
| index 0f649550ea7311e7dacacb6a0d639b5f0c3db72c..b2554f86f08183b65a79d090c7612d570665322b 100644
|
| --- a/chrome/browser/memory_details_mac.cc
|
| +++ b/chrome/browser/memory_details_mac.cc
|
| @@ -28,6 +28,8 @@
|
| #include "grit/chromium_strings.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| // TODO(viettrungluu): Many of the TODOs below are subsumed by a general need to
|
| // refactor the about:memory code (not just on Mac, but probably on other
|
| // platforms as well). I've filed crbug.com/25456.
|
|
|