| Index: third_party/WebKit/Source/core/inspector/InspectorTracingAgent.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorTracingAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorTracingAgent.cpp
|
| index 4cb725e4d86654a3859c1d3347775fd2f4f2396a..92e2bb8b75f97cd1f67d7a49ebaeda1e0182e16e 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorTracingAgent.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorTracingAgent.cpp
|
| @@ -24,7 +24,7 @@ const char devtoolsMetadataEventCategory[] = TRACE_DISABLED_BY_DEFAULT("devtools
|
| }
|
|
|
| InspectorTracingAgent::InspectorTracingAgent(Client* client, InspectorWorkerAgent* workerAgent, InspectedFrames* inspectedFrames)
|
| - : InspectorBaseAgent<InspectorTracingAgent, InspectorFrontend::Tracing>("Tracing")
|
| + : InspectorBaseAgent<InspectorTracingAgent, protocol::Frontend::Tracing>("Tracing")
|
| , m_layerTreeId(0)
|
| , m_client(client)
|
| , m_workerAgent(workerAgent)
|
|
|