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

Unified Diff: chrome_frame/test/net/fake_external_tab.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_frame/test/navigation_test.cc ('k') | chrome_frame/test/perf/chrome_frame_perftest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/test/net/fake_external_tab.cc
diff --git a/chrome_frame/test/net/fake_external_tab.cc b/chrome_frame/test/net/fake_external_tab.cc
index b38e8c938f46af60efc90f645ccd1dc833b97fbd..9bac14db09c227e64e8694883aed6e26b1d85643 100644
--- a/chrome_frame/test/net/fake_external_tab.cc
+++ b/chrome_frame/test/net/fake_external_tab.cc
@@ -899,7 +899,7 @@ void CFUrlRequestUnittestRunner::PostDestroyThreads() {
}
void CFUrlRequestUnittestRunner::StartFileLogger() {
- if (file_util::CreateTemporaryFile(&log_file_)) {
+ if (base::CreateTemporaryFile(&log_file_)) {
file_logger_.reset(new logging_win::FileLogger());
file_logger_->Initialize();
file_logger_->StartLogging(log_file_);
« no previous file with comments | « chrome_frame/test/navigation_test.cc ('k') | chrome_frame/test/perf/chrome_frame_perftest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698