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

Unified Diff: Source/core/frame/Console.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/frame/Console.cpp
diff --git a/Source/core/frame/Console.cpp b/Source/core/frame/Console.cpp
index 7f88f71b65dc05ab76a8e749dd5d037cbd1268bd..5a2fe1ba9fff5cf6aa8a5bc189cd4d92fda08070 100644
--- a/Source/core/frame/Console.cpp
+++ b/Source/core/frame/Console.cpp
@@ -40,7 +40,7 @@
#include "core/page/Chrome.h"
#include "core/page/ChromeClient.h"
#include "core/timing/MemoryInfo.h"
-#include "platform/TraceEvent.h"
+#include "wtf/TraceEvent.h"
#include "wtf/text/CString.h"
#include "wtf/text/WTFString.h"

Powered by Google App Engine
This is Rietveld 408576698