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

Unified Diff: base/base_paths.cc

Issue 93263002: Move some more file utils to the 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 | « no previous file | base/base_paths_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base_paths.cc
diff --git a/base/base_paths.cc b/base/base_paths.cc
index 9f2b250561f16901f29b6bf7bfd057f0337af5fd..b4fc28b6c75daabbacce8cbed9e33a2ff792ef40 100644
--- a/base/base_paths.cc
+++ b/base/base_paths.cc
@@ -24,7 +24,7 @@ bool PathProvider(int key, FilePath* result) {
cur = cur.DirName();
break;
case DIR_TEMP:
- if (!file_util::GetTempDir(&cur))
+ if (!base::GetTempDir(&cur))
return false;
break;
case DIR_TEST_DATA:
« no previous file with comments | « no previous file | base/base_paths_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698