| 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 25dc781bd22d1d7cb2b416c68b0764e2ae651a57..da10db24769788710586b57dcec94a2cf4bc0ccd 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8Debugger.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8Debugger.h
|
| @@ -5,9 +5,10 @@
|
| #ifndef V8Debugger_h
|
| #define V8Debugger_h
|
|
|
| -#include "platform/inspector_protocol/InspectorProtocol.h"
|
| +#include "platform/v8_inspector/Allocator.h"
|
| #include "platform/v8_inspector/JavaScriptCallFrame.h"
|
| #include "platform/v8_inspector/V8DebuggerScript.h"
|
| +#include "platform/v8_inspector/protocol/Forward.h"
|
| #include "platform/v8_inspector/protocol/Runtime.h"
|
| #include "platform/v8_inspector/public/StringView.h"
|
| #include "platform/v8_inspector/public/V8ContextInfo.h"
|
| @@ -23,10 +24,10 @@ class V8DebuggerAgentImpl;
|
| class V8InspectorImpl;
|
| class V8StackTraceImpl;
|
|
|
| -namespace protocol = blink::protocol;
|
| +using protocol::ErrorString;
|
|
|
| class V8Debugger {
|
| - PROTOCOL_DISALLOW_COPY(V8Debugger);
|
| + V8_INSPECTOR_DISALLOW_COPY(V8Debugger);
|
| public:
|
| V8Debugger(v8::Isolate*, V8InspectorImpl*);
|
| ~V8Debugger();
|
|
|