| Index: content/browser/download/download_file_impl.h
|
| diff --git a/content/browser/download/download_file_impl.h b/content/browser/download/download_file_impl.h
|
| index 4364b097327b21384b93b5fa914e1b28dd588f7d..47289f8083eba966cd48c3408c5decb43ca8ccc1 100644
|
| --- a/content/browser/download/download_file_impl.h
|
| +++ b/content/browser/download/download_file_impl.h
|
| @@ -29,9 +29,9 @@ class CONTENT_EXPORT DownloadFileImpl : virtual public content::DownloadFile {
|
| public:
|
| // Takes ownership of the object pointed to by |request_handle|.
|
| // |bound_net_log| will be used for logging the download file's events.
|
| - DownloadFileImpl(const DownloadCreateInfo* info,
|
| + DownloadFileImpl(scoped_ptr<DownloadCreateInfo> info,
|
| scoped_ptr<content::ByteStreamReader> stream,
|
| - DownloadRequestHandleInterface* request_handle,
|
| + scoped_ptr<DownloadRequestHandleInterface> request_handle,
|
| scoped_refptr<content::DownloadManager> download_manager,
|
| bool calculate_hash,
|
| scoped_ptr<content::PowerSaveBlocker> power_save_blocker,
|
|
|