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

Unified Diff: Source/core/css/RuleSet.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/css/RuleSet.cpp
diff --git a/Source/core/css/RuleSet.cpp b/Source/core/css/RuleSet.cpp
index 9f406af1c8ca4c11ab41a41d10ccee6009c0ac58..17873f52f853115c5b7587cc5db07ef4e9f673fc 100644
--- a/Source/core/css/RuleSet.cpp
+++ b/Source/core/css/RuleSet.cpp
@@ -41,10 +41,9 @@
#include "core/css/StyleSheetContents.h"
#include "core/html/track/TextTrackCue.h"
#include "heap/HeapTerminatedArrayBuilder.h"
-#include "platform/TraceEvent.h"
#include "platform/weborigin/SecurityOrigin.h"
-
#include "wtf/TerminatedArrayBuilder.h"
+#include "wtf/TraceEvent.h"
namespace WebCore {

Powered by Google App Engine
This is Rietveld 408576698