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

Unified Diff: third_party/WebKit/Source/platform/tracing/TraceEvent.h

Issue 2346663004: Moving platform tracing things into platform/tracing. (Closed)
Patch Set: Created 4 years, 3 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: third_party/WebKit/Source/platform/tracing/TraceEvent.h
diff --git a/third_party/WebKit/Source/platform/TraceEvent.h b/third_party/WebKit/Source/platform/tracing/TraceEvent.h
similarity index 99%
rename from third_party/WebKit/Source/platform/TraceEvent.h
rename to third_party/WebKit/Source/platform/tracing/TraceEvent.h
index bbb08f2e84d19982797c2296cdd8b8654c14023a..6b63635cda9a069c3e39e788978276877e59d980 100644
--- a/third_party/WebKit/Source/platform/TraceEvent.h
+++ b/third_party/WebKit/Source/platform/tracing/TraceEvent.h
@@ -31,9 +31,9 @@
#define TraceEvent_h
#include "platform/EventTracer.h"
-#include "platform/TraceEventCommon.h"
+#include "platform/tracing/TraceEventCommon.h"
-#include "platform/TracedValue.h"
+#include "platform/tracing/TracedValue.h"
#include "wtf/Allocator.h"
#include "wtf/DynamicAnnotations.h"
#include "wtf/Noncopyable.h"

Powered by Google App Engine
This is Rietveld 408576698