| Index: third_party/WebKit/Source/platform/v8_inspector/V8Debugger.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8Debugger.h b/third_party/WebKit/Source/platform/v8_inspector/V8Debugger.h
|
| index 02e762eb01c420f407ca4476c9c6bc642d12521b..4f0f9e28444f30a24cde53186a583b24a21b8abd 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8Debugger.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8Debugger.h
|
| @@ -5,9 +5,9 @@
|
| #ifndef V8Debugger_h
|
| #define V8Debugger_h
|
|
|
| -#include "platform/inspector_protocol/InspectorProtocol.h"
|
| #include "platform/v8_inspector/JavaScriptCallFrame.h"
|
| #include "platform/v8_inspector/V8DebuggerScript.h"
|
| +#include "platform/v8_inspector/protocol/InspectorProtocol.h"
|
| #include "platform/v8_inspector/protocol/Runtime.h"
|
| #include "platform/v8_inspector/public/V8ContextInfo.h"
|
|
|
| @@ -22,7 +22,7 @@ class V8DebuggerAgentImpl;
|
| class V8InspectorImpl;
|
| class V8StackTraceImpl;
|
|
|
| -namespace protocol = blink::protocol;
|
| +using protocol::ErrorString;
|
|
|
| class V8Debugger {
|
| PROTOCOL_DISALLOW_COPY(V8Debugger);
|
|
|