| Index: third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h b/third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h
|
| index 9c674d313eb629c8016493226c6c189e0743ff3a..5c849a4ce33889fe2c30cf2006bc8c125a280a8d 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h
|
| @@ -31,11 +31,11 @@
|
| #ifndef InjectedScript_h
|
| #define InjectedScript_h
|
|
|
| -#include "platform/inspector_protocol/InspectorProtocol.h"
|
| #include "platform/v8_inspector/InjectedScriptNative.h"
|
| #include "platform/v8_inspector/InspectedContext.h"
|
| #include "platform/v8_inspector/V8Console.h"
|
| #include "platform/v8_inspector/V8Debugger.h"
|
| +#include "platform/v8_inspector/protocol/InspectorProtocol.h"
|
| #include "platform/v8_inspector/protocol/Runtime.h"
|
|
|
| #include <v8.h>
|
| @@ -47,8 +47,8 @@ class V8FunctionCall;
|
| class V8InspectorImpl;
|
| class V8InspectorSessionImpl;
|
|
|
| -namespace protocol = blink::protocol;
|
| -using blink::protocol::Maybe;
|
| +using protocol::ErrorString;
|
| +using protocol::Maybe;
|
|
|
| class InjectedScript final {
|
| PROTOCOL_DISALLOW_COPY(InjectedScript);
|
|
|