mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
11 lines
380 B
C++
11 lines
380 B
C++
--- 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.
|