diff options
Diffstat (limited to 'mojo/shell/storage.cc')
-rw-r--r-- | mojo/shell/storage.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/shell/storage.cc b/mojo/shell/storage.cc index 5dbaefb..0dc0417 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() { |