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

Unified Diff: chrome/utility/media_galleries/pmp_column_reader_unittest.cc

Issue 99923002: Move temp file functions to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 | « chrome/tools/convert_dict/convert_dict_unittest.cc ('k') | chrome_frame/crash_reporting/minidump_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/utility/media_galleries/pmp_column_reader_unittest.cc
diff --git a/chrome/utility/media_galleries/pmp_column_reader_unittest.cc b/chrome/utility/media_galleries/pmp_column_reader_unittest.cc
index e271e6fd6a5b7f5e882558ac56538cdd9320b4f1..eb6fee1b59b472ba64ba505d9008b2039537b6b3 100644
--- a/chrome/utility/media_galleries/pmp_column_reader_unittest.cc
+++ b/chrome/utility/media_galleries/pmp_column_reader_unittest.cc
@@ -26,7 +26,7 @@ bool InitColumnReaderFromBytes(
return false;
base::FilePath temp_path;
- if (!file_util::CreateTemporaryFileInDir(temp_dir.path(), &temp_path))
+ if (!base::CreateTemporaryFileInDir(temp_dir.path(), &temp_path))
return false;
// Explicit conversion from signed to unsigned.
« no previous file with comments | « chrome/tools/convert_dict/convert_dict_unittest.cc ('k') | chrome_frame/crash_reporting/minidump_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698