| Index: third_party/WebKit/Source/platform/v8_inspector/V8DebuggerScript.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerScript.h b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerScript.h
|
| index 8af67ffa08db46dc32a9cfef6a8e6d79a4846291..e1766e4bb5fe92cb091e608680b67acc4baaacbf 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerScript.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerScript.h
|
| @@ -30,13 +30,12 @@
|
| #ifndef V8DebuggerScript_h
|
| #define V8DebuggerScript_h
|
|
|
| -#include "platform/inspector_protocol/InspectorProtocol.h"
|
| +#include "platform/v8_inspector/protocol/InspectorProtocol.h"
|
| +
|
| #include <v8.h>
|
|
|
| namespace v8_inspector {
|
|
|
| -namespace protocol = blink::protocol;
|
| -
|
| class V8DebuggerScript {
|
| PROTOCOL_DISALLOW_COPY(V8DebuggerScript);
|
| public:
|
|
|