| Index: net/disk_cache/backend_impl.cc
|
| diff --git a/net/disk_cache/backend_impl.cc b/net/disk_cache/backend_impl.cc
|
| index 6a0d124e9e74d864417dbf9ccd459d88546f4f04..a3250ff22e49396269e6aa68bf32e914c34c9641 100644
|
| --- a/net/disk_cache/backend_impl.cc
|
| +++ b/net/disk_cache/backend_impl.cc
|
| @@ -1247,7 +1247,7 @@ bool BackendImpl::CreateBackingStore(disk_cache::File* file) {
|
| }
|
|
|
| bool BackendImpl::InitBackingStore(bool* file_created) {
|
| - if (!file_util::CreateDirectory(path_))
|
| + if (!base::CreateDirectory(path_))
|
| return false;
|
|
|
| base::FilePath index_name = path_.AppendASCII(kIndexName);
|
|
|