A lot of patch files are renamed in this update. Submitted by: Timothy Vaccarelli Obtained from: https://github.com/LeFroid/ MFH: 2016Q2 Security: http://vuxml.freebsd.org/freebsd/c039a761-2c29-11e6-8912-3065ec8fd3ec.html Security: http://vuxml.freebsd.org/freebsd/1a6bbb95-24b8-11e6-bd31-3065ec8fd3ec.html Security: http://vuxml.freebsd.org/freebsd/4dfafa16-24ba-11e6-bd31-3065ec8fd3ec.html Security: http://vuxml.freebsd.org/freebsd/7da1da96-24bb-11e6-bd31-3065ec8fd3ec.html Security: http://vuxml.freebsd.org/freebsd/6d8505f0-0614-11e6-b39c-00262d5ed8ee.html
11 lines
331 B
C++
11 lines
331 B
C++
--- chrome/browser/diagnostics/diagnostics_writer.h.orig 2016-05-11 19:02:14 UTC
|
|
+++ chrome/browser/diagnostics/diagnostics_writer.h
|
|
@@ -18,7 +18,7 @@ class DiagnosticsWriter : public Diagnos
|
|
public:
|
|
// The type of formatting done by this writer.
|
|
enum FormatType {
|
|
- MACHINE,
|
|
+ THEMACHINE,
|
|
LOG,
|
|
HUMAN
|
|
};
|