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

Unified Diff: Source/platform/ThreadTimers.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/platform/ThreadTimers.cpp
diff --git a/Source/platform/ThreadTimers.cpp b/Source/platform/ThreadTimers.cpp
index 43035709c8c1c4d16ea33166efc0f91a2ffb0d33..d7349fff4cd940bd83d7728b889dcad5a62b1e75 100644
--- a/Source/platform/ThreadTimers.cpp
+++ b/Source/platform/ThreadTimers.cpp
@@ -30,9 +30,9 @@
#include "platform/SharedTimer.h"
#include "platform/PlatformThreadData.h"
#include "platform/Timer.h"
-#include "platform/TraceEvent.h"
#include "wtf/CurrentTime.h"
#include "wtf/MainThread.h"
+#include "wtf/TraceEvent.h"
using namespace std;

Powered by Google App Engine
This is Rietveld 408576698