| 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 e812bad38fd934fac7546e23a3c63c0b45839b99..23b107d22bbf91a733bac59d9154d4f05990aeec 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::Emulation::Frontend>, public protocol::Emulation::Backend {
|
| +class InspectorEmulationAgent final : public InspectorBaseAgent<protocol::Emulation::Metainfo> {
|
| WTF_MAKE_NONCOPYABLE(InspectorEmulationAgent);
|
| public:
|
| class Client {
|
|
|