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 ab062938c471bc865809ec04ffa2940a8bb378c1..414537b77896b87659f72695725c2bcd337ecc5f 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. |
- file_util::DeleteAfterReboot(download_path); |
- file_util::DeleteAfterReboot(temp_dir_path); |
+ base::DeleteAfterReboot(download_path); |
+ base::DeleteAfterReboot(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. |