Index: content/browser/download/download_file_factory.cc |
diff --git a/content/browser/download/download_file_factory.cc b/content/browser/download/download_file_factory.cc |
index d73345cae44c10d411dbb1b26d1c7fa26c3a1e65..e24303671b825677e2c271255f9efa1eecb6cc7b 100644 |
--- a/content/browser/download/download_file_factory.cc |
+++ b/content/browser/download/download_file_factory.cc |
@@ -16,7 +16,7 @@ DownloadFile* DownloadFileFactory::CreateFile( |
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) { |
return new DownloadFileImpl(std::move(save_info), |
default_downloads_directory, |