| 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 8e32b3072b9d37615fde1b782199d22af1b9d63c..afb921d7025df02b1a163d5c90f5fb9ec48b9ccd 100644
|
| --- a/content/browser/download/download_file_factory.h
|
| +++ b/content/browser/download/download_file_factory.h
|
| @@ -19,7 +19,7 @@ class SecureHash;
|
| }
|
|
|
| namespace net {
|
| -class BoundNetLog;
|
| +class NetLogWithSource;
|
| }
|
|
|
| namespace content {
|
| @@ -38,7 +38,7 @@ class CONTENT_EXPORT DownloadFileFactory {
|
| 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& net_log,
|
| base::WeakPtr<DownloadDestinationObserver> observer);
|
| };
|
|
|
|
|