| Index: third_party/WebKit/Source/core/events/GenericEventQueue.cpp
|
| diff --git a/third_party/WebKit/Source/core/events/GenericEventQueue.cpp b/third_party/WebKit/Source/core/events/GenericEventQueue.cpp
|
| index cc3e2b4545f6cad0460d2af925e1e1ca6b61243b..83e10ac8c44f83281e02791c2018c8951a9b5fea 100644
|
| --- a/third_party/WebKit/Source/core/events/GenericEventQueue.cpp
|
| +++ b/third_party/WebKit/Source/core/events/GenericEventQueue.cpp
|
| @@ -27,7 +27,7 @@
|
|
|
| #include "core/events/Event.h"
|
| #include "core/inspector/InspectorInstrumentation.h"
|
| -#include "platform/TraceEvent.h"
|
| +#include "platform/tracing/TraceEvent.h"
|
|
|
| namespace blink {
|
|
|
|
|