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

Unified Diff: chrome/test/perf/memory_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/test/chromedriver/session_commands.cc ('k') | chrome/test/remoting/me2me_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/perf/memory_test.cc
diff --git a/chrome/test/perf/memory_test.cc b/chrome/test/perf/memory_test.cc
index 95a03c04991b5a1863d6cdf8d88494a011ae4417..f5952ba73ac9f894a7c9cad7e0e75823bcca570b 100644
--- a/chrome/test/perf/memory_test.cc
+++ b/chrome/test/perf/memory_test.cc
@@ -233,7 +233,7 @@ class MemoryTest : public UIPerfTest {
// We create a copy of the test dir and use it so that each
// run of this test starts with the same data. Running this
// test has the side effect that it will change the profile.
- if (!file_util::CreateNewTempDirectory(kTempDirName, &temp_dir_)) {
+ if (!base::CreateNewTempDirectory(kTempDirName, &temp_dir_)) {
LOG(ERROR) << "Could not create temp directory:" << kTempDirName;
return false;
}
« no previous file with comments | « chrome/test/chromedriver/session_commands.cc ('k') | chrome/test/remoting/me2me_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698