blob: a9ee5c11b01338b994f9f90b0d6296816f51d61c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chrome/browser/diagnostics/diagnostics_writer.h.orig 2025-04-15 08:30:07 UTC
+++ chrome/browser/diagnostics/diagnostics_writer.h
@@ -16,6 +16,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.
|