Index: third_party/WebKit/Source/core/inspector/DOMEditor.h |
diff --git a/third_party/WebKit/Source/core/inspector/DOMEditor.h b/third_party/WebKit/Source/core/inspector/DOMEditor.h |
index 625024235e73a518bcad9fc3d4f61b7a8eddd3d4..8be06c7a9a58204c7b99994a0a9ff7ef5c360d0c 100644 |
--- a/third_party/WebKit/Source/core/inspector/DOMEditor.h |
+++ b/third_party/WebKit/Source/core/inspector/DOMEditor.h |
@@ -31,8 +31,8 @@ |
#ifndef DOMEditor_h |
#define DOMEditor_h |
+#include "core/inspector/protocol/InspectorProtocol.h" |
#include "platform/heap/Handle.h" |
-#include "platform/inspector_protocol/InspectorProtocol.h" |
#include "wtf/text/WTFString.h" |
namespace blink { |
@@ -44,6 +44,8 @@ class InspectorHistory; |
class Node; |
class Text; |
+using protocol::ErrorString; |
+ |
class DOMEditor final : public GarbageCollected<DOMEditor> { |
WTF_MAKE_NONCOPYABLE(DOMEditor); |
public: |