| Index: chrome/tools/convert_dict/convert_dict_unittest.cc
|
| diff --git a/chrome/tools/convert_dict/convert_dict_unittest.cc b/chrome/tools/convert_dict/convert_dict_unittest.cc
|
| index 91658d16db961d996e26d8a62b1f64cf4f5bcf1b..77f760d3cd644c6bebf51affcbd616fbba0ceefc 100644
|
| --- a/chrome/tools/convert_dict/convert_dict_unittest.cc
|
| +++ b/chrome/tools/convert_dict/convert_dict_unittest.cc
|
| @@ -130,8 +130,8 @@ void RunDictionaryTest(const char* codepage,
|
| // Deletes the temporary files.
|
| // We need to delete them after the above AffReader and DicReader are deleted
|
| // since they close the input files in their destructors.
|
| - base::Delete(aff_file, false);
|
| - base::Delete(dic_file, false);
|
| + base::DeleteFile(aff_file, false);
|
| + base::DeleteFile(dic_file, false);
|
| }
|
|
|
| } // namespace
|
|
|