Chromium Code Reviews| Index: chrome/browser/extensions/extension_updater.cc |
| =================================================================== |
| --- chrome/browser/extensions/extension_updater.cc (revision 23574) |
| +++ chrome/browser/extensions/extension_updater.cc (working copy) |
| @@ -72,7 +72,7 @@ |
| DCHECK(MessageLoop::current() == file_io_loop_); |
| FilePath path; |
| - if (!file_util::CreateTemporaryFileName(&path)) { |
| + if (!file_util::CreateTemporaryFile(&path)) { |
| LOG(WARNING) << "Failed to create temporary file path"; |
| return; |
| } |