forked from Lainports/opnsense-ports
11 lines
380 B
C++
11 lines
380 B
C++
--- chrome/browser/diagnostics/diagnostics_writer.h.orig 2022-02-07 13:39:41 UTC
|
|
+++ chrome/browser/diagnostics/diagnostics_writer.h
|
|
@@ -14,6 +14,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.
|