| Index: third_party/WebKit/Source/platform/v8_inspector/InjectedScriptNative.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/InjectedScriptNative.h b/third_party/WebKit/Source/platform/v8_inspector/InjectedScriptNative.h
|
| index 036939366e0b502f21797fe8200026d9d6e311b5..62e6ad11d4f6ca9a33e3f034e5acc712860e6bbe 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/InjectedScriptNative.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/InjectedScriptNative.h
|
| @@ -5,15 +5,13 @@
|
| #ifndef InjectedScriptNative_h
|
| #define InjectedScriptNative_h
|
|
|
| -#include "platform/inspector_protocol/InspectorProtocol.h"
|
| -#include <v8.h>
|
| +#include "platform/v8_inspector/protocol/InspectorProtocol.h"
|
|
|
| +#include <v8.h>
|
| #include <vector>
|
|
|
| namespace v8_inspector {
|
|
|
| -namespace protocol = blink::protocol;
|
| -
|
| class InjectedScriptNative final {
|
| public:
|
| explicit InjectedScriptNative(v8::Isolate*);
|
|
|