| 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 40385b9a74fcdda0689f6c15d47e1e86aa9e8a83..c22f6fae5be332f87981833bb9a7f89c3d9bf148 100644
|
| --- a/chrome/test/logging/win/log_file_printer.cc
|
| +++ b/chrome/test/logging/win/log_file_printer.cc
|
| @@ -38,9 +38,6 @@ void WriteSeverityToStream(logging::LogSeverity severity, std::ostream* out) {
|
| case logging::LOG_ERROR:
|
| *out << "ERROR";
|
| break;
|
| - case logging::LOG_ERROR_REPORT:
|
| - *out << "ERROR_REPORT";
|
| - break;
|
| case logging::LOG_FATAL:
|
| *out << "FATAL";
|
| break;
|
|
|