| Index: third_party/WebKit/Source/core/frame/DOMTimer.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/DOMTimer.cpp b/third_party/WebKit/Source/core/frame/DOMTimer.cpp
|
| index a57062c1a6f9447a233d8435e7e7cc9987bb1528..bcf2cb2a3daadcbcfe3cffb29790bd6460a881d2 100644
|
| --- a/third_party/WebKit/Source/core/frame/DOMTimer.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/DOMTimer.cpp
|
| @@ -28,8 +28,8 @@
|
|
|
| #include "core/dom/ExecutionContext.h"
|
| #include "core/dom/TaskRunnerHelper.h"
|
| -#include "core/inspector/InspectorInstrumentation.h"
|
| #include "core/inspector/InspectorTraceEvents.h"
|
| +#include "core/probe/CoreProbes.h"
|
| #include "platform/instrumentation/tracing/TraceEvent.h"
|
| #include "wtf/CurrentTime.h"
|
|
|
|
|