| Index: third_party/WebKit/Source/platform/loader/fetch/FetchContext.cpp
|
| diff --git a/third_party/WebKit/Source/platform/loader/fetch/FetchContext.cpp b/third_party/WebKit/Source/platform/loader/fetch/FetchContext.cpp
|
| index e7a9ba098e2f097b4575b5ece05017b1d71457af..7738b445fb864841f0955ba505813261af1d23bf 100644
|
| --- a/third_party/WebKit/Source/platform/loader/fetch/FetchContext.cpp
|
| +++ b/third_party/WebKit/Source/platform/loader/fetch/FetchContext.cpp
|
| @@ -30,7 +30,7 @@
|
|
|
| #include "platform/loader/fetch/FetchContext.h"
|
|
|
| -#include "platform/PlatformInstrumentationAgents.h"
|
| +#include "platform/PlatformInstrumentationSink.h"
|
| #include "platform/instrumentation/PlatformTraceEventsAgent.h"
|
| #include "public/platform/WebCachePolicy.h"
|
|
|
| @@ -42,7 +42,7 @@ FetchContext& FetchContext::nullInstance() {
|
| }
|
|
|
| FetchContext::FetchContext()
|
| - : m_instrumentingAgents(new PlatformInstrumentationAgents) {
|
| + : m_instrumentingAgents(new PlatformInstrumentationSink) {
|
| m_instrumentingAgents->addPlatformTraceEventsAgent(
|
| new PlatformTraceEventsAgent);
|
| }
|
|
|