| Index: chrome/installer/util/copy_tree_work_item_unittest.cc
|
| ===================================================================
|
| --- chrome/installer/util/copy_tree_work_item_unittest.cc (revision 46599)
|
| +++ chrome/installer/util/copy_tree_work_item_unittest.cc (working copy)
|
| @@ -42,7 +42,7 @@
|
| virtual void TearDown() {
|
| logging::CloseLogFile();
|
| // Clean up test directory
|
| - ASSERT_TRUE(file_util::Delete(test_dir_, false));
|
| + ASSERT_TRUE(file_util::Delete(test_dir_, true));
|
| ASSERT_FALSE(file_util::PathExists(test_dir_));
|
| }
|
|
|
|
|