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

Unified Diff: chrome_frame/crash_reporting/minidump_test.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/utility/media_galleries/pmp_column_reader_unittest.cc ('k') | chrome_frame/test/navigation_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/crash_reporting/minidump_test.cc
diff --git a/chrome_frame/crash_reporting/minidump_test.cc b/chrome_frame/crash_reporting/minidump_test.cc
index d8aa653e211a8989f95281401e8b27d83e5379b0..9702ba177bcd492543f74ea656d17680a8c0c16c 100644
--- a/chrome_frame/crash_reporting/minidump_test.cc
+++ b/chrome_frame/crash_reporting/minidump_test.cc
@@ -57,7 +57,7 @@ class MinidumpTest: public testing::Test {
ASSERT_TRUE(urlmon != NULL);
ASSERT_TRUE(::FreeLibrary(urlmon));
- ASSERT_TRUE(file_util::CreateTemporaryFile(&dump_file_));
+ ASSERT_TRUE(base::CreateTemporaryFile(&dump_file_));
dump_file_handle_.Set(::CreateFile(dump_file_.value().c_str(),
GENERIC_WRITE | GENERIC_READ,
0,
« no previous file with comments | « chrome/utility/media_galleries/pmp_column_reader_unittest.cc ('k') | chrome_frame/test/navigation_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698