Index: base/debug/crash_logging.cc |
diff --git a/base/debug/crash_logging.cc b/base/debug/crash_logging.cc |
index 058b476800da3a65bd35f3b6cb2f804533986e26..8f121a67832670ec262a5107043d7f073a9b4c15 100644 |
--- a/base/debug/crash_logging.cc |
+++ b/base/debug/crash_logging.cc |
@@ -13,6 +13,9 @@ |
#include "base/strings/string_util.h" |
#include "base/strings/stringprintf.h" |
+// Undef the macro so the preprocessor doesn't garble the constructor. |
+#undef ScopedCrashKey |
+ |
namespace base { |
namespace debug { |