Chromium Code Reviews| Index: chrome/installer/util/helper_unittest.cc |
| =================================================================== |
| --- chrome/installer/util/helper_unittest.cc (revision 46599) |
| +++ chrome/installer/util/helper_unittest.cc (working copy) |
| @@ -33,7 +33,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_)); |
| } |