Index: third_party/WebKit/Source/platform/v8_inspector/V8FunctionCall.h |
diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8FunctionCall.h b/third_party/WebKit/Source/platform/v8_inspector/V8FunctionCall.h |
index d853644888c5fc7cbcb5bfe453f42d718a4ec654..9d3b0461ca6e8d57fe7653604ea29d523cd74e1b 100644 |
--- a/third_party/WebKit/Source/platform/v8_inspector/V8FunctionCall.h |
+++ b/third_party/WebKit/Source/platform/v8_inspector/V8FunctionCall.h |
@@ -31,7 +31,7 @@ |
#ifndef V8FunctionCall_h |
#define V8FunctionCall_h |
-#include "platform/inspector_protocol/InspectorProtocol.h" |
+#include "platform/v8_inspector/protocol/InspectorProtocol.h" |
#include <v8.h> |
@@ -39,8 +39,6 @@ namespace v8_inspector { |
class V8InspectorImpl; |
-namespace protocol = blink::protocol; |
- |
class V8FunctionCall { |
public: |
V8FunctionCall(V8InspectorImpl*, v8::Local<v8::Context>, v8::Local<v8::Value>, const String16& name); |