Index: third_party/WebKit/Source/platform/TraceEvent.h |
diff --git a/third_party/WebKit/Source/platform/TraceEvent.h b/third_party/WebKit/Source/platform/TraceEvent.h |
index 757949a7cc99e6be3c09454090f14cafcbeedf4f..8b7fec317f380ebbabe7a5d4a22cc6db69ae5c08 100644 |
--- a/third_party/WebKit/Source/platform/TraceEvent.h |
+++ b/third_party/WebKit/Source/platform/TraceEvent.h |
@@ -30,6 +30,9 @@ |
#ifndef TraceEvent_h |
#define TraceEvent_h |
+#include "base/trace_event/trace_event.h" |
+ |
+#if 0 |
#include "platform/EventTracer.h" |
#include "platform/TraceEventCommon.h" |
@@ -618,3 +621,5 @@ private: |
} // namespace blink |
#endif |
+ |
+#endif |