| Index: third_party/WebKit/Source/core/dom/FrameRequestCallbackCollection.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/FrameRequestCallbackCollection.cpp b/third_party/WebKit/Source/core/dom/FrameRequestCallbackCollection.cpp
|
| index 1619e10908443f2728422d9eebd00488db3a5f82..2fce85e4ff4ec88cc2458a90215308ba4acf61b6 100644
|
| --- a/third_party/WebKit/Source/core/dom/FrameRequestCallbackCollection.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/FrameRequestCallbackCollection.cpp
|
| @@ -5,8 +5,8 @@
|
| #include "core/dom/FrameRequestCallbackCollection.h"
|
|
|
| #include "core/dom/FrameRequestCallback.h"
|
| -#include "core/inspector/InspectorInstrumentation.h"
|
| #include "core/inspector/InspectorTraceEvents.h"
|
| +#include "core/instrumentation/CoreProbes.h"
|
|
|
| namespace blink {
|
|
|
|
|