| Index: content/browser/download/base_file_win.cc
|
| diff --git a/content/browser/download/base_file_win.cc b/content/browser/download/base_file_win.cc
|
| index 398e5fc214ff4c80201048dbe376435d9afe0fcb..084479120d7014501133c9eeaae09c3151c3ddd7 100644
|
| --- a/content/browser/download/base_file_win.cc
|
| +++ b/content/browser/download/base_file_win.cc
|
| @@ -326,7 +326,7 @@ DownloadInterruptReason BaseFile::AnnotateWithSourceInformation() {
|
|
|
| bound_net_log_.BeginEvent(net::NetLog::TYPE_DOWNLOAD_FILE_ANNOTATED);
|
| DownloadInterruptReason result = DOWNLOAD_INTERRUPT_REASON_NONE;
|
| - HRESULT hr = ScanAndSaveDownloadedFile(full_path_, source_url_);
|
| + HRESULT hr = base::ScanAndSaveDownloadedFile(full_path_, source_url_.spec());
|
|
|
| // If the download file is missing after the call, then treat this as an
|
| // interrupted download.
|
|
|