Chromium Code Reviews| Index: cc/stubs/trace_event.h |
| diff --git a/cc/stubs/trace_event.h b/cc/stubs/trace_event.h |
| index 811d6b94fdba02fdf0270ac673a9e088e73886d4..75587a34a178de7cb36e66331de0421a10dec76d 100644 |
| --- a/cc/stubs/trace_event.h |
| +++ b/cc/stubs/trace_event.h |
| @@ -2,4 +2,9 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| +// Chromium's LOG() macro collides with one from WTF. |
| +#ifdef LOG |
| +#undef LOG |
| +#endif |
| + |
| #include "base/debug/trace_event.h" |