Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1470)

Unified Diff: third_party/WebKit/Source/platform/TraceEvent.h

Issue 1381023002: NOCOMMIT: Blink tracing now uses base Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « third_party/WebKit/Source/platform/PlatformInstrumentation.h ('k') | third_party/WebKit/Source/platform/TracedValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698