| Index: chrome/test/logging/win/log_file_printer.cc
|
| diff --git a/chrome/test/logging/win/log_file_printer.cc b/chrome/test/logging/win/log_file_printer.cc
|
| index 1d5dfd24f5f44d763c86437d2b3b421417fa86fd..162c1e36d4ead1ebcce1c672cb330e1d62e5b656 100644
|
| --- a/chrome/test/logging/win/log_file_printer.cc
|
| +++ b/chrome/test/logging/win/log_file_printer.cc
|
| @@ -242,7 +242,7 @@ void EventPrinter::OnTraceEvent(const EVENT_TRACE* event,
|
|
|
| } // namespace
|
|
|
| -void logging_win::PrintLogFile(const FilePath& log_file,
|
| +void logging_win::PrintLogFile(const base::FilePath& log_file,
|
| std::ostream* out) {
|
| EventPrinter printer(out);
|
| logging_win::ReadLogFile(log_file, &printer);
|
|
|