Index: third_party/WebKit/Source/core/inspector/InspectorBaseAgent.h |
diff --git a/third_party/WebKit/Source/core/inspector/InspectorBaseAgent.h b/third_party/WebKit/Source/core/inspector/InspectorBaseAgent.h |
index 88fb016c6d004223549202e57d8dab4f38262896..78f8ec06bf12a6f3c82ae71c58c1957ce38d4ec6 100644 |
--- a/third_party/WebKit/Source/core/inspector/InspectorBaseAgent.h |
+++ b/third_party/WebKit/Source/core/inspector/InspectorBaseAgent.h |
@@ -33,8 +33,8 @@ |
#include "core/CoreExport.h" |
#include "core/InstrumentingAgents.h" |
+#include "core/inspector/protocol/InspectorProtocol.h" |
#include "platform/heap/Handle.h" |
-#include "platform/inspector_protocol/InspectorProtocol.h" |
#include "wtf/Forward.h" |
#include "wtf/text/WTFString.h" |
@@ -42,6 +42,7 @@ namespace blink { |
class LocalFrame; |
+using protocol::ErrorString; |
using protocol::Maybe; |
class CORE_EXPORT InspectorAgent : public GarbageCollectedFinalized<InspectorAgent> { |