| 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 35cc3af70be3d413155541cf7eb28703cefca254..5d7a5e09772f73e713e3a3f51c21ec6a38474b33 100644
|
| --- a/chrome/installer/util/copy_tree_work_item_unittest.cc
|
| +++ b/chrome/installer/util/copy_tree_work_item_unittest.cc
|
| @@ -560,7 +560,7 @@ TEST_F(CopyTreeWorkItemTest, DISABLED_IfNotPresentTest) {
|
| EXPECT_FALSE(base::PathExists(backup_file));
|
|
|
| // Now delete the destination and try copying the file again.
|
| - base::DeleteFile(file_name_to, true);
|
| + base::DeleteFile(file_name_to, false);
|
| work_item.reset(WorkItem::CreateCopyTreeWorkItem(
|
| file_name_from, file_name_to,
|
| temp_dir_.path(), WorkItem::IF_NOT_PRESENT,
|
|
|