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() { |