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 2b1d7c88e4afd99189b4707a419f5d8950fbe7ae..b3c5dd39edccf2260180d382828350e43b28aa19 100644 |
--- a/content/browser/download/download_item_impl.h |
+++ b/content/browser/download/download_item_impl.h |
@@ -93,11 +93,10 @@ class CONTENT_EXPORT DownloadItemImpl : public content::DownloadItem { |
const net::BoundNetLog& bound_net_log); |
// Constructing for a regular download. |
- // Takes ownership of the object pointed to by |request_handle|. |
// |bound_net_log| is constructed externally for our use. |
DownloadItemImpl(Delegate* delegate, |
const DownloadCreateInfo& info, |
- DownloadRequestHandleInterface* request_handle, |
+ scoped_ptr<DownloadRequestHandleInterface> request_handle, |
bool is_otr, |
const net::BoundNetLog& bound_net_log); |