| Index: content/browser/download/download_file_factory.h
|
| diff --git a/content/browser/download/download_file_factory.h b/content/browser/download/download_file_factory.h
|
| index f940377d78eda7f83fde97f53fd8c461af4b51e1..2592af36ad993dad0baa730dbe43317c3632aa33 100644
|
| --- a/content/browser/download/download_file_factory.h
|
| +++ b/content/browser/download/download_file_factory.h
|
| @@ -6,12 +6,14 @@
|
| #define CONTENT_BROWSER_DOWNLOAD_DOWNLOAD_FILE_FACTORY_H_
|
|
|
| #include <memory>
|
| +#include <vector>
|
|
|
| #include "base/files/file.h"
|
| #include "base/files/file_path.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "content/common/content_export.h"
|
| +#include "content/public/browser/download_item.h"
|
| #include "url/gurl.h"
|
|
|
| namespace net {
|
| @@ -33,6 +35,7 @@ class CONTENT_EXPORT DownloadFileFactory {
|
| std::unique_ptr<DownloadSaveInfo> save_info,
|
| const base::FilePath& default_downloads_directory,
|
| std::unique_ptr<ByteStreamReader> byte_stream,
|
| + const std::vector<DownloadItem::ReceivedSlice>& received_slices,
|
| const net::NetLogWithSource& net_log,
|
| base::WeakPtr<DownloadDestinationObserver> observer);
|
| };
|
|
|