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

Unified Diff: mojo/shell/storage.cc

Issue 100573002: Move directory creation 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 | « ipc/unix_domain_socket_util.cc ('k') | net/base/directory_lister_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/storage.cc
diff --git a/mojo/shell/storage.cc b/mojo/shell/storage.cc
index 5dbaefbc59d4db966739b99ad9d4508073442bae..0dc04174ea442c7cf38bdc3afcac6f406d17a893 100644
--- a/mojo/shell/storage.cc
+++ b/mojo/shell/storage.cc
@@ -42,7 +42,7 @@ Storage::Storage() {
#endif
if (!base::PathExists(profile_path_))
- file_util::CreateDirectory(profile_path_);
+ base::CreateDirectory(profile_path_);
}
Storage::~Storage() {
« no previous file with comments | « ipc/unix_domain_socket_util.cc ('k') | net/base/directory_lister_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698