| 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 86ee24c21d3f1fcedec2aab6c4b498cc290b6bc1..4324e26f58db2be538297e6f22bf02baba370921 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 (!file_util::Delete(log_file_, false))
|
| + if (!base::Delete(log_file_, false))
|
| LOG(ERROR) << "Failed to delete log file " << log_file_.value();
|
| }
|
|
|
|
|