| 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 540cdf30f9d17388153354e4d7da9af201ad0ce1..cf8f4512f8a7a32ad81637f60b01b0533046b142 100644
|
| --- a/third_party/WebKit/Source/web/InspectorEmulationAgent.h
|
| +++ b/third_party/WebKit/Source/web/InspectorEmulationAgent.h
|
| @@ -12,8 +12,6 @@ namespace blink {
|
| class WebLocalFrameImpl;
|
| class WebViewImpl;
|
|
|
| -using ErrorString = String;
|
| -
|
| class InspectorEmulationAgent final : public InspectorBaseAgent<InspectorEmulationAgent, protocol::Frontend::Emulation>, public protocol::Dispatcher::EmulationCommandHandler {
|
| WTF_MAKE_NONCOPYABLE(InspectorEmulationAgent);
|
| public:
|
|
|