| 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 72c17583ed696c9050f124dc463836bc7d59de82..3a590579f239bdb7296593c9dbf631614ad315c6 100644
|
| --- a/content/browser/web_contents/web_contents_drag_win.cc
|
| +++ b/content/browser/web_contents/web_contents_drag_win.cc
|
| @@ -247,8 +247,8 @@ void WebContentsDragWin::PrepareDragForDownload(
|
| UTF16ToUTF8(mime_type),
|
| default_name);
|
| base::FilePath temp_dir_path;
|
| - if (!file_util::CreateNewTempDirectory(
|
| - FILE_PATH_LITERAL("chrome_drag"), &temp_dir_path))
|
| + if (!base::CreateNewTempDirectory(FILE_PATH_LITERAL("chrome_drag"),
|
| + &temp_dir_path))
|
| return;
|
| base::FilePath download_path =
|
| temp_dir_path.Append(generated_download_file_name);
|
|
|