blob: e77c2c353dd80a5e664afb90dc21a7c46c6242a7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chrome/browser/diagnostics/diagnostics_writer.h.orig 2019-03-11 22:00:53 UTC
+++ chrome/browser/diagnostics/diagnostics_writer.h
@@ -15,6 +15,8 @@ namespace diagnostics {
// Console base class used internally.
class SimpleConsole;
+#undef MACHINE
+
class DiagnosticsWriter : public DiagnosticsModel::Observer {
public:
// The type of formatting done by this writer.
|