| Index: content/browser/download/download_request_handle.cc
|
| diff --git a/content/browser/download/download_request_handle.cc b/content/browser/download/download_request_handle.cc
|
| index 8d1561bc49facce474f737e9af037d292c6bef3b..638006e876980300390d70cbf4dc2e61f371ca1e 100644
|
| --- a/content/browser/download/download_request_handle.cc
|
| +++ b/content/browser/download/download_request_handle.cc
|
| @@ -12,6 +12,8 @@
|
| #include "content/browser/tab_contents/tab_contents.h"
|
| #include "content/public/browser/browser_thread.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| // IO Thread indirections to resource dispatcher host.
|
| // Provided as targets for PostTask from within this object
|
| // only.
|
|
|