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

Unified Diff: Source/core/events/GenericEventQueue.cpp

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/events/GenericEventQueue.cpp
diff --git a/Source/core/events/GenericEventQueue.cpp b/Source/core/events/GenericEventQueue.cpp
index ef3d81a44ef3e733b20bc226773397470d3d0f59..dd038b5b48ea181c95b209ad3d0afe6283b6bee5 100644
--- a/Source/core/events/GenericEventQueue.cpp
+++ b/Source/core/events/GenericEventQueue.cpp
@@ -28,7 +28,7 @@
#include "core/events/GenericEventQueue.h"
#include "core/events/Event.h"
-#include "platform/TraceEvent.h"
+#include "wtf/TraceEvent.h"
namespace WebCore {

Powered by Google App Engine
This is Rietveld 408576698