| Index: third_party/WebKit/Source/platform/v8_inspector/InspectedContext.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/InspectedContext.h b/third_party/WebKit/Source/platform/v8_inspector/InspectedContext.h
|
| index fcb8af6c01fc753b59f67d2b7d5f6a1db369f36b..e43270286f6eea8963b6c0ab33f56684e726fd2a 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/InspectedContext.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/InspectedContext.h
|
| @@ -5,7 +5,9 @@
|
| #ifndef InspectedContext_h
|
| #define InspectedContext_h
|
|
|
| -#include "platform/inspector_protocol/InspectorProtocol.h"
|
| +#include "platform/v8_inspector/Allocator.h"
|
| +#include "platform/v8_inspector/String16.h"
|
| +
|
| #include <v8.h>
|
|
|
| namespace v8_inspector {
|
| @@ -15,10 +17,8 @@ class InjectedScriptHost;
|
| class V8ContextInfo;
|
| class V8InspectorImpl;
|
|
|
| -namespace protocol = blink::protocol;
|
| -
|
| class InspectedContext {
|
| - PROTOCOL_DISALLOW_COPY(InspectedContext);
|
| + V8_INSPECTOR_DISALLOW_COPY(InspectedContext);
|
| public:
|
| ~InspectedContext();
|
|
|
|
|