diff options
Diffstat (limited to 'chrome/browser/memory_purger.cc')
-rw-r--r-- | chrome/browser/memory_purger.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/memory_purger.cc b/chrome/browser/memory_purger.cc index 2acd742..5bce67c 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 |