Index: third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h |
diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h |
index 04d1ad7c8927d05aad0b53f067f7fc92b239e7b3..8aea9055c89f3cccbcf78b7333d1bc059440f2ac 100644 |
--- a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h |
+++ b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h |
@@ -5,9 +5,9 @@ |
#ifndef V8DebuggerAgentImpl_h |
#define V8DebuggerAgentImpl_h |
-#include "platform/inspector_protocol/InspectorProtocol.h" |
#include "platform/v8_inspector/JavaScriptCallFrame.h" |
#include "platform/v8_inspector/protocol/Debugger.h" |
+#include "platform/v8_inspector/protocol/InspectorProtocol.h" |
#include <vector> |
@@ -23,8 +23,8 @@ class V8InspectorSessionImpl; |
class V8Regex; |
class V8StackTraceImpl; |
-namespace protocol = blink::protocol; |
-using blink::protocol::Maybe; |
+using protocol::ErrorString; |
+using protocol::Maybe; |
class V8DebuggerAgentImpl : public protocol::Debugger::Backend { |
PROTOCOL_DISALLOW_COPY(V8DebuggerAgentImpl); |