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

Unified Diff: Source/core/inspector/TraceEventDispatcher.h

Issue 208263004: Move TraceEvent.h from platform/ to wtf/ Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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: Source/core/inspector/TraceEventDispatcher.h
diff --git a/Source/core/inspector/TraceEventDispatcher.h b/Source/core/inspector/TraceEventDispatcher.h
index 5fae9a8602d79902d33546dd62a85d73b7d39268..dad97ae1d96458513569e002fb12193879005784 100644
--- a/Source/core/inspector/TraceEventDispatcher.h
+++ b/Source/core/inspector/TraceEventDispatcher.h
@@ -31,10 +31,10 @@
#ifndef TraceEventDispatcher_h
#define TraceEventDispatcher_h
-#include "platform/TraceEvent.h"
#include "wtf/HashMap.h"
#include "wtf/Threading.h"
#include "wtf/ThreadingPrimitives.h"
+#include "wtf/TraceEvent.h"
#include "wtf/Vector.h"
#include "wtf/text/WTFString.h"

Powered by Google App Engine
This is Rietveld 408576698