| Index: chrome/browser/memory_purger.cc
|
| diff --git a/chrome/browser/memory_purger.cc b/chrome/browser/memory_purger.cc
|
| index 2acd742a5a9bb7d19664a3ba8ab111f80f349712..5bce67c0548ee59f6f76f42452c0eaa0f26650fa 100644
|
| --- a/chrome/browser/memory_purger.cc
|
| +++ b/chrome/browser/memory_purger.cc
|
| @@ -25,6 +25,8 @@
|
| #include "net/url_request/url_request_context_getter.h"
|
| #include "third_party/tcmalloc/chromium/src/google/malloc_extension.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| // PurgeMemoryHelper -----------------------------------------------------------
|
|
|
| // This is a small helper class used to ensure that the objects we want to use
|
|
|