| Index: third_party/WebKit/Source/core/inspector/InspectorTracingAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorTracingAgent.h b/third_party/WebKit/Source/core/inspector/InspectorTracingAgent.h
|
| index 22cc7a45131ff24c66c59a869d16480d88f91ce4..e8dc541e32831bcda177bcba7dd07c96307a9a47 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorTracingAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorTracingAgent.h
|
| @@ -19,7 +19,7 @@ class InspectorWorkerAgent;
|
|
|
| class CORE_EXPORT InspectorTracingAgent final
|
| : public InspectorBaseAgent<InspectorTracingAgent, protocol::Frontend::Tracing>
|
| - , public protocol::Dispatcher::TracingCommandHandler {
|
| + , public protocol::Backend::Tracing {
|
| WTF_MAKE_NONCOPYABLE(InspectorTracingAgent);
|
| public:
|
| class Client {
|
|
|