| 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 1537231d6a82d9b0ad8dd44e8ec687795610e0ba..cc6944d8c337078863569f513619ab953be480d5 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorTracingAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorTracingAgent.h
|
| @@ -8,7 +8,6 @@
|
| #define InspectorTracingAgent_h
|
|
|
| #include "core/CoreExport.h"
|
| -#include "core/InspectorFrontend.h"
|
| #include "core/inspector/InspectorBaseAgent.h"
|
| #include "wtf/PassOwnPtr.h"
|
| #include "wtf/text/WTFString.h"
|
| @@ -19,8 +18,8 @@ class InspectedFrames;
|
| class InspectorWorkerAgent;
|
|
|
| class CORE_EXPORT InspectorTracingAgent final
|
| - : public InspectorBaseAgent<InspectorTracingAgent, InspectorFrontend::Tracing>
|
| - , public InspectorBackendDispatcher::TracingCommandHandler {
|
| + : public InspectorBaseAgent<InspectorTracingAgent, protocol::Frontend::Tracing>
|
| + , public protocol::Dispatcher::TracingCommandHandler {
|
| WTF_MAKE_NONCOPYABLE(InspectorTracingAgent);
|
| public:
|
| class Client {
|
|
|