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

Unified Diff: Source/platform/PlatformInstrumentation.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/platform/PlatformInstrumentation.h
diff --git a/Source/platform/PlatformInstrumentation.h b/Source/platform/PlatformInstrumentation.h
index 08229fb4977b71bb26f25e74bc4368d958ba3036..4d9dd693c5121a6c8a897422bbf4a4966692dcaa 100644
--- a/Source/platform/PlatformInstrumentation.h
+++ b/Source/platform/PlatformInstrumentation.h
@@ -32,8 +32,8 @@
#define PlatformInstrumentation_h
#include "platform/PlatformExport.h"
-#include "platform/TraceEvent.h"
#include "wtf/MainThread.h"
+#include "wtf/TraceEvent.h"
#include "wtf/text/WTFString.h"
namespace WebCore {

Powered by Google App Engine
This is Rietveld 408576698