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

Unified Diff: sky/engine/v8_inspector/inspector_backend_mojo.cc

Issue 745913002: Start moving files from core/inspector into v8_inspector (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « sky/engine/v8_inspector/PageScriptDebugServer.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/v8_inspector/inspector_backend_mojo.cc
diff --git a/sky/engine/v8_inspector/inspector_backend_mojo.cc b/sky/engine/v8_inspector/inspector_backend_mojo.cc
index 6eb173f2aea2293f8b69bd8cba53d148fde5dcee..10c4c87436ce7e2ab9e425b32a6772bd16045096 100644
--- a/sky/engine/v8_inspector/inspector_backend_mojo.cc
+++ b/sky/engine/v8_inspector/inspector_backend_mojo.cc
@@ -11,13 +11,13 @@
#include "mojo/public/cpp/application/connect.h"
#include "mojo/public/cpp/application/service_provider_impl.h"
#include "mojo/public/interfaces/application/shell.mojom.h"
-#include "sky/engine/bindings/core/v8/PageScriptDebugServer.h"
#include "sky/engine/core/inspector/InspectorFrontendChannel.h"
#include "sky/engine/core/inspector/InspectorState.h"
#include "sky/engine/core/inspector/InstrumentingAgents.h"
-#include "sky/engine/core/inspector/PageDebuggerAgent.h"
#include "sky/engine/platform/JSONValues.h"
#include "sky/engine/v8_inspector/inspector_host.h"
+#include "sky/engine/v8_inspector/PageDebuggerAgent.h"
+#include "sky/engine/v8_inspector/PageScriptDebugServer.h"
namespace blink {
« no previous file with comments | « sky/engine/v8_inspector/PageScriptDebugServer.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698