Index: third_party/WebKit/Source/platform/v8_inspector/JavaScriptCallFrame.h |
diff --git a/third_party/WebKit/Source/platform/v8_inspector/JavaScriptCallFrame.h b/third_party/WebKit/Source/platform/v8_inspector/JavaScriptCallFrame.h |
index d9a3e6accd5212268ee463a6f131303df64f2f06..7b82b7c51f6737290f57e5ab4474a7590d6f8899 100644 |
--- a/third_party/WebKit/Source/platform/v8_inspector/JavaScriptCallFrame.h |
+++ b/third_party/WebKit/Source/platform/v8_inspector/JavaScriptCallFrame.h |
@@ -31,15 +31,13 @@ |
#ifndef JavaScriptCallFrame_h |
#define JavaScriptCallFrame_h |
-#include "platform/inspector_protocol/InspectorProtocol.h" |
-#include <v8.h> |
+#include "platform/v8_inspector/protocol/InspectorProtocol.h" |
+#include <v8.h> |
#include <vector> |
namespace v8_inspector { |
-namespace protocol = blink::protocol; |
- |
class JavaScriptCallFrame { |
public: |
static std::unique_ptr<JavaScriptCallFrame> create(v8::Local<v8::Context> debuggerContext, v8::Local<v8::Object> callFrame) |