| 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 2fcb6bda557a6bc06e62f1f3780d84982c6aaa53..421bd805260884c1f8257ae1a0d18124fb0ef926 100644
|
| --- a/content/browser/download/download_file_impl.h
|
| +++ b/content/browser/download/download_file_impl.h
|
| @@ -43,7 +43,7 @@ class CONTENT_EXPORT DownloadFileImpl : public DownloadFile {
|
| DownloadFileImpl(std::unique_ptr<DownloadSaveInfo> save_info,
|
| const base::FilePath& default_downloads_directory,
|
| std::unique_ptr<ByteStreamReader> byte_stream,
|
| - const net::BoundNetLog& bound_net_log,
|
| + const net::NetLogWithSource& bound_net_log,
|
| base::WeakPtr<DownloadDestinationObserver> observer);
|
|
|
| ~DownloadFileImpl() override;
|
| @@ -113,7 +113,7 @@ class CONTENT_EXPORT DownloadFileImpl : public DownloadFile {
|
| // handled.
|
| void StreamActive();
|
|
|
| - net::BoundNetLog bound_net_log_;
|
| + net::NetLogWithSource bound_net_log_;
|
|
|
| // The base file instance.
|
| BaseFile file_;
|
|
|