| Index: chrome/test/logging/win/test_log_collector.cc
|
| diff --git a/chrome/test/logging/win/test_log_collector.cc b/chrome/test/logging/win/test_log_collector.cc
|
| index 4324e26f58db2be538297e6f22bf02baba370921..083c6b485a4ae6cc93212f51c12abc3701fd9c3f 100644
|
| --- a/chrome/test/logging/win/test_log_collector.cc
|
| +++ b/chrome/test/logging/win/test_log_collector.cc
|
| @@ -262,7 +262,7 @@ void TestLogCollector::ProcessSessionForTest(
|
| std::cerr.flush();
|
| }
|
|
|
| - if (!base::Delete(log_file_, false))
|
| + if (!base::DeleteFile(log_file_, false))
|
| LOG(ERROR) << "Failed to delete log file " << log_file_.value();
|
| }
|
|
|
|
|