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

Unified Diff: sky/engine/v8_inspector/ScriptDebugServer.cpp

Issue 771323002: Remove a couple more core/ header includes from v8_inspector (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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: sky/engine/v8_inspector/ScriptDebugServer.cpp
diff --git a/sky/engine/v8_inspector/ScriptDebugServer.cpp b/sky/engine/v8_inspector/ScriptDebugServer.cpp
index b7f473fea1b473a7736d198f8e867949bc629f4b..9a4ef31e4b0428b34802778cbc018940e4a5a3b2 100644
--- a/sky/engine/v8_inspector/ScriptDebugServer.cpp
+++ b/sky/engine/v8_inspector/ScriptDebugServer.cpp
@@ -31,7 +31,7 @@
#include "sky/engine/config.h"
#include "sky/engine/v8_inspector/ScriptDebugServer.h"
-#include "bindings/core/v8/V8JavaScriptCallFrame.h"
+#include "gen/sky/bindings/core/v8/V8JavaScriptCallFrame.h"
#include "sky/engine/bindings/core/v8/ScopedPersistent.h"
#include "sky/engine/bindings/core/v8/ScriptCallStackFactory.h"
#include "sky/engine/bindings/core/v8/ScriptController.h"

Powered by Google App Engine
This is Rietveld 408576698