Chromium Code Reviews| Index: chrome/browser/download/download_file.cc |
| =================================================================== |
| --- chrome/browser/download/download_file.cc (revision 23574) |
| +++ chrome/browser/download/download_file.cc (working copy) |
| @@ -73,7 +73,7 @@ |
| } |
| bool DownloadFile::Initialize() { |
| - if (file_util::CreateTemporaryFileName(&full_path_)) |
| + if (file_util::CreateTemporaryFile(&full_path_)) |
| return Open("wb"); |
| return false; |
| } |