Chromium Code Reviews| Index: base/syslog_logging.cc |
| diff --git a/base/syslog_logging.cc b/base/syslog_logging.cc |
| index 087b4fd4543195d14bc38b040e58ec5314436f39..8a28a2c0e9c53be5a0e8727c81700f977d796de1 100644 |
| --- a/base/syslog_logging.cc |
| +++ b/base/syslog_logging.cc |
| @@ -13,6 +13,7 @@ |
| #include <windows.h> |
| #elif defined(OS_LINUX) |
| #include <syslog.h> |
| +#undef LOG_WARNING |
|
Wez
2017/01/15 01:18:44
Yup, our LogSeverity name for warnings happens to
|
| #endif |
| #include <cstring> |