| Index: chrome/browser/memory_details_win.cc
|
| diff --git a/chrome/browser/memory_details_win.cc b/chrome/browser/memory_details_win.cc
|
| index 2abf2d750bcb97498bcfda04fd81813b28ea1286..d94000cab7b54bd72834787576fef46aea20d40a 100644
|
| --- a/chrome/browser/memory_details_win.cc
|
| +++ b/chrome/browser/memory_details_win.cc
|
| @@ -23,6 +23,8 @@
|
| #include "grit/chromium_strings.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| // Known browsers which we collect details for.
|
| enum {
|
| CHROME_BROWSER = 0,
|
|
|