| 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 47dc30beed2004ef7627dcd7264691ed425bd45e..bd05a05933b33ffd4a4791336fe61a136fa858a3 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 {
|
|
|
|
|