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

Unified Diff: third_party/WebKit/Source/platform/EventTracer.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/EventTracer.h
diff --git a/third_party/WebKit/Source/platform/EventTracer.h b/third_party/WebKit/Source/platform/EventTracer.h
index 2b5f90a6e81d69027a29e94e43c1781ce782fa13..91d2baa9e2ac1b6a43513dc389f0896bd52d53a1 100644
--- a/third_party/WebKit/Source/platform/EventTracer.h
+++ b/third_party/WebKit/Source/platform/EventTracer.h
@@ -31,6 +31,8 @@
#ifndef EventTracer_h
#define EventTracer_h
+#if 0
+
#include "platform/PlatformExport.h"
#include "wtf/RefCounted.h"
#include "wtf/RefPtr.h"
@@ -92,4 +94,6 @@ public:
} // namespace blink
+#endif
+
#endif // EventTracer_h

Powered by Google App Engine
This is Rietveld 408576698