Index: third_party/WebKit/Source/core/inspector/InspectorPageAgent.h |
diff --git a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h |
index ed73ddbc2c4879fae076feb465bf16d7a50f3fd4..7f347fb4bb184a85474b30e511cebabe72c06c14 100644 |
--- a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h |
+++ b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h |
@@ -54,7 +54,7 @@ class TextResourceDecoder; |
using blink::protocol::Maybe; |
-class CORE_EXPORT InspectorPageAgent final : public InspectorBaseAgent<InspectorPageAgent, protocol::Frontend::Page>, public protocol::Dispatcher::PageCommandHandler { |
+class CORE_EXPORT InspectorPageAgent final : public InspectorBaseAgent<InspectorPageAgent, protocol::Frontend::Page>, public protocol::Backend::Page { |
WTF_MAKE_NONCOPYABLE(InspectorPageAgent); |
public: |
class Client { |