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

Unified Diff: chrome/browser/first_run/first_run_browsertest.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/browser/feedback/feedback_util.cc ('k') | chrome/browser/first_run/first_run_internal_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/first_run/first_run_browsertest.cc
diff --git a/chrome/browser/first_run/first_run_browsertest.cc b/chrome/browser/first_run/first_run_browsertest.cc
index a642bf27917104576a90e9c2ba39605378b0277e..89481c2e2a636c1b863040fd10bb6e2bc096c989 100644
--- a/chrome/browser/first_run/first_run_browsertest.cc
+++ b/chrome/browser/first_run/first_run_browsertest.cc
@@ -83,7 +83,7 @@ class FirstRunMasterPrefsBrowserTestBase : public InProcessBrowserTest {
// before this class' SetUp() is invoked.
ASSERT_TRUE(text_.get());
- ASSERT_TRUE(file_util::CreateTemporaryFile(&prefs_file_));
+ ASSERT_TRUE(base::CreateTemporaryFile(&prefs_file_));
EXPECT_TRUE(file_util::WriteFile(prefs_file_, text_->c_str(),
text_->size()));
first_run::SetMasterPrefsPathForTesting(prefs_file_);
« no previous file with comments | « chrome/browser/feedback/feedback_util.cc ('k') | chrome/browser/first_run/first_run_internal_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698