Chromium Code Reviews| Index: utils/cross/temporary_file.cc |
| =================================================================== |
| --- utils/cross/temporary_file.cc (revision 26272) |
| +++ utils/cross/temporary_file.cc (working copy) |
| @@ -57,7 +57,7 @@ |
| bool TemporaryFile::Create(TemporaryFile* temporary_file) { |
| FilePath temporary_path; |
| - if (file_util::CreateTemporaryFileName(&temporary_path)) { |
| + if (file_util::CreateTemporaryFile(&temporary_path)) { |
| temporary_file->Reset(temporary_path); |
| } else { |
| return false; |