| Index: content/browser/storage_partition_impl_map.cc
|
| diff --git a/content/browser/storage_partition_impl_map.cc b/content/browser/storage_partition_impl_map.cc
|
| index 90f9497223e2aea1d6e2184b2db7af5f957250d7..85934f117b322d73cbb3c4fced779790c876e46c 100644
|
| --- a/content/browser/storage_partition_impl_map.cc
|
| +++ b/content/browser/storage_partition_impl_map.cc
|
| @@ -290,8 +290,8 @@ void BlockingGarbageCollect(
|
|
|
| base::FileEnumerator enumerator(storage_root, false, kAllFileTypes);
|
| base::FilePath trash_directory;
|
| - if (!file_util::CreateTemporaryDirInDir(storage_root, kTrashDirname,
|
| - &trash_directory)) {
|
| + if (!base::CreateTemporaryDirInDir(storage_root, kTrashDirname,
|
| + &trash_directory)) {
|
| // Unable to continue without creating the trash directory so give up.
|
| return;
|
| }
|
|
|