diff options
Diffstat (limited to 'content/browser/storage_partition_impl_unittest.cc')
-rw-r--r-- | content/browser/storage_partition_impl_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/storage_partition_impl_unittest.cc b/content/browser/storage_partition_impl_unittest.cc index 911f835..008a898 100644 --- a/content/browser/storage_partition_impl_unittest.cc +++ b/content/browser/storage_partition_impl_unittest.cc @@ -202,7 +202,7 @@ class RemoveLocalStorageTester { // stores data in the host file system. base::FilePath storage_path = profile_->GetPath().AppendASCII("Local Storage"); - file_util::CreateDirectory(storage_path); + base::CreateDirectory(storage_path); // Write some files. file_util::WriteFile(storage_path.Append(kDomStorageOrigin1), NULL, 0); |