| Index: third_party/WebKit/Source/platform/instrumentation/PlatformInstrumentation.h
|
| diff --git a/third_party/WebKit/Source/platform/instrumentation/PlatformInstrumentation.h b/third_party/WebKit/Source/platform/instrumentation/PlatformInstrumentation.h
|
| index a6f1e25dd084360bdfc9e81a7d368231d57a5ddb..805eef39f0e597b3477e3c07fc3885d59eaeb531 100644
|
| --- a/third_party/WebKit/Source/platform/instrumentation/PlatformInstrumentation.h
|
| +++ b/third_party/WebKit/Source/platform/instrumentation/PlatformInstrumentation.h
|
| @@ -12,7 +12,7 @@
|
| namespace blink {
|
|
|
| class FetchContext;
|
| -class PlatformInstrumentationAgents;
|
| +class PlatformInstrumentationSink;
|
|
|
| namespace probe {
|
|
|
| @@ -29,8 +29,7 @@ class PLATFORM_EXPORT ProbeBase {
|
| mutable double m_endTime = 0;
|
| };
|
|
|
| -inline PlatformInstrumentationAgents* instrumentingAgentsFor(
|
| - FetchContext* context) {
|
| +inline PlatformInstrumentationSink* toPlatformInstrumentationSink(FetchContext* context) {
|
| return context->instrumentingAgents();
|
| }
|
|
|
|
|