| Index: content/browser/download/download_resource_handler.cc
|
| diff --git a/content/browser/download/download_resource_handler.cc b/content/browser/download/download_resource_handler.cc
|
| index ab22e567b6bb12f4fdca47defd5c87ab5923a074..51e197ca5050c28c08eb846e1a098506c9646b39 100644
|
| --- a/content/browser/download/download_resource_handler.cc
|
| +++ b/content/browser/download/download_resource_handler.cc
|
| @@ -28,6 +28,8 @@
|
| #include "net/http/http_response_headers.h"
|
| #include "net/url_request/url_request_context.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| DownloadResourceHandler::DownloadResourceHandler(
|
| ResourceDispatcherHost* rdh,
|
| int render_process_host_id,
|
|
|