Index: content/public/test/test_file_error_injector.cc |
diff --git a/content/public/test/test_file_error_injector.cc b/content/public/test/test_file_error_injector.cc |
index 362d71086f2a90ad876fee1b7955b85e828bcba4..be69c4090b894f6bf1a9ce96e89295a1bd3388c9 100644 |
--- a/content/public/test/test_file_error_injector.cc |
+++ b/content/public/test/test_file_error_injector.cc |
@@ -29,7 +29,7 @@ class DownloadFileWithError: public DownloadFileImpl { |
DownloadFileWithError(std::unique_ptr<DownloadSaveInfo> save_info, |
const base::FilePath& default_download_directory, |
std::unique_ptr<ByteStreamReader> byte_stream, |
- const net::BoundNetLog& bound_net_log, |
+ const net::NetLogWithSource& bound_net_log, |
base::WeakPtr<DownloadDestinationObserver> observer, |
const TestFileErrorInjector::FileErrorInfo& error_info, |
const base::Closure& ctor_callback, |
@@ -98,7 +98,7 @@ DownloadFileWithError::DownloadFileWithError( |
std::unique_ptr<DownloadSaveInfo> save_info, |
const base::FilePath& default_download_directory, |
std::unique_ptr<ByteStreamReader> byte_stream, |
- const net::BoundNetLog& bound_net_log, |
+ const net::NetLogWithSource& bound_net_log, |
base::WeakPtr<DownloadDestinationObserver> observer, |
const TestFileErrorInjector::FileErrorInfo& error_info, |
const base::Closure& ctor_callback, |
@@ -252,7 +252,7 @@ class DownloadFileWithErrorFactory : public DownloadFileFactory { |
std::unique_ptr<DownloadSaveInfo> save_info, |
const base::FilePath& default_download_directory, |
std::unique_ptr<ByteStreamReader> byte_stream, |
- const net::BoundNetLog& bound_net_log, |
+ const net::NetLogWithSource& bound_net_log, |
base::WeakPtr<DownloadDestinationObserver> observer) override; |
bool SetError(TestFileErrorInjector::FileErrorInfo error); |
@@ -282,7 +282,7 @@ DownloadFile* DownloadFileWithErrorFactory::CreateFile( |
std::unique_ptr<DownloadSaveInfo> save_info, |
const base::FilePath& default_download_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 DownloadFileWithError(std::move(save_info), |
default_download_directory, |