| 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 08945c2b1840a732d1b6fa93fd9e5b4fcd191828..6df07384fe9cbf22557f655cd7486921f684e241 100644
|
| --- a/chrome/test/logging/win/test_log_collector.cc
|
| +++ b/chrome/test/logging/win/test_log_collector.cc
|
| @@ -220,7 +220,7 @@ void TestLogCollector::StartSessionForTest(const testing::TestInfo& test_info) {
|
| std::string log_file_name(test_info.name());
|
| std::replace(log_file_name.begin(), log_file_name.end(), '/', '_');
|
| log_file_name.append(kTraceLogExtension);
|
| - log_file_ = log_temp_dir_.path().AppendASCII(log_file_name);
|
| + log_file_ = log_temp_dir_.GetPath().AppendASCII(log_file_name);
|
|
|
| file_logger_->StartLogging(log_file_);
|
| }
|
|
|