| 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..47c692ecff1e790f72a42664c1d4633b7869a9f3 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h
|
| @@ -5,9 +5,10 @@
|
| #ifndef V8DebuggerAgentImpl_h
|
| #define V8DebuggerAgentImpl_h
|
|
|
| -#include "platform/inspector_protocol/InspectorProtocol.h"
|
| +#include "platform/v8_inspector/Allocator.h"
|
| #include "platform/v8_inspector/JavaScriptCallFrame.h"
|
| #include "platform/v8_inspector/protocol/Debugger.h"
|
| +#include "platform/v8_inspector/protocol/Forward.h"
|
|
|
| #include <vector>
|
|
|
| @@ -23,11 +24,11 @@ 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);
|
| + V8_INSPECTOR_DISALLOW_COPY(V8DebuggerAgentImpl);
|
| public:
|
| enum SkipPauseRequest {
|
| RequestNoSkip,
|
|
|