Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(248)

Unified Diff: third_party/WebKit/Source/platform/v8_inspector/JavaScriptCallFrame.h

Issue 2251343003: [DevTools] Generate separate copies of inspector_protocol. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)

Powered by Google App Engine
This is Rietveld 408576698