| Index: third_party/WebKit/Source/platform/v8_inspector/V8Console.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8Console.h b/third_party/WebKit/Source/platform/v8_inspector/V8Console.h
|
| index 757a5e43789ff23b7a9ac184e2d252542fb5adc5..d5c8feca1f25414d41fc241ecc22ecbce8deb5f5 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8Console.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8Console.h
|
| @@ -5,15 +5,14 @@
|
| #ifndef V8Console_h
|
| #define V8Console_h
|
|
|
| -#include "platform/inspector_protocol/InspectorProtocol.h"
|
| +#include "platform/v8_inspector/protocol/InspectorProtocol.h"
|
| +
|
| #include <v8.h>
|
|
|
| namespace v8_inspector {
|
|
|
| class InspectedContext;
|
|
|
| -namespace protocol = blink::protocol;
|
| -
|
| // Console API
|
| // https://console.spec.whatwg.org/#console-interface
|
| class V8Console {
|
|
|