| 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"
|
|
|