| Index: chrome/browser/memory_details_android.cc | 
| diff --git a/chrome/browser/memory_details_android.cc b/chrome/browser/memory_details_android.cc | 
| index 8fa12e593f6c3c6d2689ed8f84f8047912b8e62f..649948b69056a2869a1529f5e618d9cfa0900818 100644 | 
| --- a/chrome/browser/memory_details_android.cc | 
| +++ b/chrome/browser/memory_details_android.cc | 
| @@ -12,6 +12,7 @@ | 
| #include "base/bind.h" | 
| #include "base/process/process_iterator.h" | 
| #include "base/strings/utf_string_conversions.h" | 
| +#include "base/threading/sequenced_worker_pool.h" | 
| #include "chrome/common/chrome_constants.h" | 
| #include "chrome/grit/chromium_strings.h" | 
| #include "content/public/browser/browser_thread.h" | 
|  |