Index: third_party/WebKit/Source/web/InspectorRenderingAgent.h |
diff --git a/third_party/WebKit/Source/web/InspectorRenderingAgent.h b/third_party/WebKit/Source/web/InspectorRenderingAgent.h |
index 2a14655a95a01bb7f829082923e722df4defd049..b95c04e51bcaea3fdfc2557768eaedaa33826fa3 100644 |
--- a/third_party/WebKit/Source/web/InspectorRenderingAgent.h |
+++ b/third_party/WebKit/Source/web/InspectorRenderingAgent.h |
@@ -13,8 +13,6 @@ class InspectorOverlay; |
class WebLocalFrameImpl; |
class WebViewImpl; |
-using ErrorString = String; |
- |
class InspectorRenderingAgent final : public InspectorBaseAgent<InspectorRenderingAgent, protocol::Frontend::Rendering>, public protocol::Dispatcher::RenderingCommandHandler { |
WTF_MAKE_NONCOPYABLE(InspectorRenderingAgent); |
public: |