| Index: content/browser/web_contents/web_contents_drag_win.cc
|
| diff --git a/content/browser/web_contents/web_contents_drag_win.cc b/content/browser/web_contents/web_contents_drag_win.cc
|
| index 414537b77896b87659f72695725c2bcd337ecc5f..4c1f132822da3386717a6ab2bb08e0249506bb64 100644
|
| --- a/content/browser/web_contents/web_contents_drag_win.cc
|
| +++ b/content/browser/web_contents/web_contents_drag_win.cc
|
| @@ -255,8 +255,8 @@ void WebContentsDragWin::PrepareDragForDownload(
|
|
|
| // We cannot know when the target application will be done using the temporary
|
| // file, so schedule it to be deleted after rebooting.
|
| - base::DeleteAfterReboot(download_path);
|
| - base::DeleteAfterReboot(temp_dir_path);
|
| + base::DeleteFileAfterReboot(download_path);
|
| + base::DeleteFileAfterReboot(temp_dir_path);
|
|
|
| // Provide the data as file (CF_HDROP). A temporary download file with the
|
| // Zone.Identifier ADS (Alternate Data Stream) attached will be created.
|
|
|