| Index: content/public/browser/download_manager.h
|
| diff --git a/content/public/browser/download_manager.h b/content/public/browser/download_manager.h
|
| index 5de2073a4ca6b136944e8164a28a9843feef2880..6baac6e2b60c38516957561828b00f2267dc83be 100644
|
| --- a/content/public/browser/download_manager.h
|
| +++ b/content/public/browser/download_manager.h
|
| @@ -115,7 +115,7 @@ class CONTENT_EXPORT DownloadManager
|
| // to initiate the non-source portions of a download.
|
| // Returns the id assigned to the download. If the DownloadCreateInfo
|
| // specifies an id, that id will be used.
|
| - virtual DownloadId StartDownload(
|
| + virtual DownloadItem* StartDownload(
|
| scoped_ptr<DownloadCreateInfo> info,
|
| scoped_ptr<ByteStreamReader> stream) = 0;
|
|
|
|
|