| Index: content/browser/loader/resource_dispatcher_host_unittest.cc
|
| diff --git a/content/browser/loader/resource_dispatcher_host_unittest.cc b/content/browser/loader/resource_dispatcher_host_unittest.cc
|
| index f7706e96147e36d420bbafe745dcb8ca4fbc615b..3d8939bdc22974af6b8bc64675f54803cea977ea 100644
|
| --- a/content/browser/loader/resource_dispatcher_host_unittest.cc
|
| +++ b/content/browser/loader/resource_dispatcher_host_unittest.cc
|
| @@ -3431,9 +3431,9 @@ TEST_P(ResourceDispatcherHostTest, RegisterDownloadedTempFileWithMojo) {
|
|
|
| // Register it for a resource request.
|
| auto downloaded_file =
|
| - DownloadedTempFileImpl::Create(filter_->child_id(), kRequestID);
|
| + DownloadedTempFileImpl::CreateForTesting(filter_->child_id(), kRequestID);
|
| mojom::DownloadedTempFilePtr downloaded_file_ptr =
|
| - DownloadedTempFileImpl::Create(filter_->child_id(), kRequestID);
|
| + DownloadedTempFileImpl::CreateForTesting(filter_->child_id(), kRequestID);
|
| host_.RegisterDownloadedTempFile(filter_->child_id(), kRequestID, file_path);
|
|
|
| // Should be readable now.
|
|
|