| Index: content/browser/download/download_item.h
|
| diff --git a/content/browser/download/download_item.h b/content/browser/download/download_item.h
|
| index 6e04cdcdbe28e163fa48ff365624a41402853a06..651eb322a700d8f937fbb319c2626a9e2b22ad6e 100644
|
| --- a/content/browser/download/download_item.h
|
| +++ b/content/browser/download/download_item.h
|
| @@ -114,7 +114,8 @@ class CONTENT_EXPORT DownloadItem {
|
|
|
| // Constructing from persistent store:
|
| DownloadItem(DownloadManager* download_manager,
|
| - const DownloadPersistentStoreInfo& info);
|
| + const DownloadPersistentStoreInfo& info,
|
| + int id);
|
|
|
| // Constructing for a regular download:
|
| DownloadItem(DownloadManager* download_manager,
|
|
|