| Index: content/browser/download/download_item_impl.h
|
| diff --git a/content/browser/download/download_item_impl.h b/content/browser/download/download_item_impl.h
|
| index 42cd190b385af85e8eff8820b220d5a5f81b7480..f4ade254fe3e9ee4cb2386368fee58482ec84ab1 100644
|
| --- a/content/browser/download/download_item_impl.h
|
| +++ b/content/browser/download/download_item_impl.h
|
| @@ -80,6 +80,7 @@ class CONTENT_EXPORT DownloadItemImpl
|
| const GURL& url,
|
| DownloadId download_id,
|
| const std::string& mime_type,
|
| + scoped_ptr<DownloadRequestHandleInterface> request_handle,
|
| const net::BoundNetLog& bound_net_log);
|
|
|
| virtual ~DownloadItemImpl();
|
|
|