mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 12:40:45 -04:00
- Make existing patches apply cleanly Changelog: https://chromium.googlesource.com/chromium/src/+log/72.0.3626.121..73.0.3683.86?pretty=fuller&n=10000 Submitted by: Matthias Wolf MFH: 2019Q2
11 lines
380 B
C++
11 lines
380 B
C++
--- 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.
|