Index: third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.h |
diff --git a/third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.h b/third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.h |
index 91d79cd6c635218c4a33da8538e7023819fba2c7..1010974e0a06bba4e4e0fbe741ea3d9e26ff79b7 100644 |
--- a/third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.h |
+++ b/third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.h |
@@ -44,7 +44,7 @@ class InspectorFrontend; |
class V8Debugger; |
class V8ProfilerAgent; |
-class CORE_EXPORT InspectorProfilerAgent final : public InspectorBaseAgent<InspectorProfilerAgent, protocol::Frontend::Profiler>, public protocol::Dispatcher::ProfilerCommandHandler { |
+class CORE_EXPORT InspectorProfilerAgent final : public InspectorBaseAgent<InspectorProfilerAgent, protocol::Frontend::Profiler>, public protocol::Backend::Profiler { |
WTF_MAKE_NONCOPYABLE(InspectorProfilerAgent); |
USING_FAST_MALLOC_WILL_BE_REMOVED(InspectorProfilerAgent); |
public: |