| 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 6a90f8ac743ddad48ca0ed2f7b16959b853eead8..3750a723d55a6cb31fc20a4e290a86ea46ecfdb0 100644
|
| --- a/content/browser/storage_partition_impl_map.cc
|
| +++ b/content/browser/storage_partition_impl_map.cc
|
| @@ -337,7 +337,7 @@ void BlockingGarbageCollect(
|
| path != trash_directory) {
|
| // Since |trash_directory| is unique for each run of this function there
|
| // can be no colllisions on the move.
|
| - file_util::Move(path, trash_directory.Append(path.BaseName()));
|
| + base::Move(path, trash_directory.Append(path.BaseName()));
|
| }
|
| }
|
|
|
|
|