| Index: third_party/WebKit/Source/platform/v8_inspector/V8StringUtil.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8StringUtil.h b/third_party/WebKit/Source/platform/v8_inspector/V8StringUtil.h
|
| index 2245c8fed6a94124d44d04ffacad1ceaad1d1055..71b7b2fc7ef7ef91ec3995097b905d7a6f69b1f8 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8StringUtil.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8StringUtil.h
|
| @@ -5,16 +5,14 @@
|
| #ifndef V8StringUtil_h
|
| #define V8StringUtil_h
|
|
|
| -#include "platform/inspector_protocol/InspectorProtocol.h"
|
| #include "platform/v8_inspector/protocol/Debugger.h"
|
| +#include "platform/v8_inspector/protocol/InspectorProtocol.h"
|
| #include <v8.h>
|
|
|
| namespace v8_inspector {
|
|
|
| class V8InspectorSession;
|
|
|
| -namespace protocol = blink::protocol;
|
| -
|
| std::unique_ptr<protocol::Value> toProtocolValue(v8::Local<v8::Context>, v8::Local<v8::Value>, int maxDepth = protocol::Value::maxDepth);
|
|
|
| v8::Local<v8::String> toV8String(v8::Isolate*, const String16&);
|
|
|