blob: b2bd0e46231e5ce89b1344d3d9bbeb2a747d9bf2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chrome/browser/diagnostics/diagnostics_writer.cc.orig 2013-11-08 07:40:50.000000000 +0100
+++ chrome/browser/diagnostics/diagnostics_writer.cc 2013-11-16 11:31:52.000000000 +0100
@@ -268,7 +268,7 @@
console_->SetColor(color);
console_->Write(ASCIIToUTF16(result));
}
- if (format_ == MACHINE) {
+ if (format_ == THEMACHINE) {
return WriteInfoLine(base::StringPrintf(
"%03d %s (%s)", outcome_code, id.c_str(), extra.c_str()));
} else {
|