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 b7b0792f1071f184777942adf798253dd00b2401..ed73ddbc2c4879fae076feb465bf16d7a50f3fd4 100644 |
--- a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h |
+++ b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h |
@@ -52,8 +52,6 @@ class LocalFrame; |
class SharedBuffer; |
class TextResourceDecoder; |
-typedef String ErrorString; |
- |
using blink::protocol::Maybe; |
class CORE_EXPORT InspectorPageAgent final : public InspectorBaseAgent<InspectorPageAgent, protocol::Frontend::Page>, public protocol::Dispatcher::PageCommandHandler { |