Index: third_party/WebKit/Source/web/InspectorEmulationAgent.h |
diff --git a/third_party/WebKit/Source/web/InspectorEmulationAgent.h b/third_party/WebKit/Source/web/InspectorEmulationAgent.h |
index cf8f4512f8a7a32ad81637f60b01b0533046b142..87e216897a5c98c1badcf7f0e885fd2ffbe57f8e 100644 |
--- a/third_party/WebKit/Source/web/InspectorEmulationAgent.h |
+++ b/third_party/WebKit/Source/web/InspectorEmulationAgent.h |
@@ -12,7 +12,7 @@ namespace blink { |
class WebLocalFrameImpl; |
class WebViewImpl; |
-class InspectorEmulationAgent final : public InspectorBaseAgent<InspectorEmulationAgent, protocol::Frontend::Emulation>, public protocol::Dispatcher::EmulationCommandHandler { |
+class InspectorEmulationAgent final : public InspectorBaseAgent<InspectorEmulationAgent, protocol::Frontend::Emulation>, public protocol::Backend::Emulation { |
WTF_MAKE_NONCOPYABLE(InspectorEmulationAgent); |
public: |
class Client { |