| Index: base/test/launcher/test_results_tracker.cc
|
| diff --git a/base/test/launcher/test_results_tracker.cc b/base/test/launcher/test_results_tracker.cc
|
| index b2140daf9e201aa4cafddd5c8bbe31cbd635257e..7b8dbeb2e427db065928cda7e1b1157395fb76a0 100644
|
| --- a/base/test/launcher/test_results_tracker.cc
|
| +++ b/base/test/launcher/test_results_tracker.cc
|
| @@ -135,7 +135,7 @@ bool TestResultsTracker::Init(const CommandLine& command_line) {
|
| return false;
|
| }
|
| }
|
| - out_ = file_util::OpenFile(path, "w");
|
| + out_ = OpenFile(path, "w");
|
| if (!out_) {
|
| LOG(ERROR) << "Cannot open output file: "
|
| << path.value() << ".";
|
|
|