Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1210)

Unified Diff: utils/cross/temporary_file.cc

Issue 203077: This updated the GYP deps file to the last known good revision of Chrome,... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « core/win/d3d9/utils_d3d9.h ('k') | utils/cross/temporary_file_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « core/win/d3d9/utils_d3d9.h ('k') | utils/cross/temporary_file_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698