| Index: chrome/installer/util/copy_tree_work_item_unittest.cc
|
| diff --git a/chrome/installer/util/copy_tree_work_item_unittest.cc b/chrome/installer/util/copy_tree_work_item_unittest.cc
|
| index cd5192521ef8ab8b51ea56961695c3cc00f3733a..23cc5b36a790630b144d9e4559d547a7057b55fb 100644
|
| --- a/chrome/installer/util/copy_tree_work_item_unittest.cc
|
| +++ b/chrome/installer/util/copy_tree_work_item_unittest.cc
|
| @@ -562,7 +562,7 @@ TEST_F(CopyTreeWorkItemTest, DISABLED_IfNotPresentTest) {
|
| EXPECT_FALSE(file_util::PathExists(backup_file));
|
|
|
| // Now delete the destination and try copying the file again.
|
| - file_util::Delete(file_name_to, true);
|
| + base::Delete(file_name_to, true);
|
| work_item.reset(WorkItem::CreateCopyTreeWorkItem(
|
| file_name_from, file_name_to,
|
| temp_dir_.path(), WorkItem::IF_NOT_PRESENT,
|
|
|