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

Unified Diff: third_party/WebKit/Source/core/inspector/InjectedScriptHost.cpp

Issue 1370373004: Revert of DevTools: extract V8DebuggerAgent interface, move it under .../inspector/v8 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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/core/inspector/InjectedScriptHost.cpp
diff --git a/third_party/WebKit/Source/core/inspector/InjectedScriptHost.cpp b/third_party/WebKit/Source/core/inspector/InjectedScriptHost.cpp
index 9805fe6bc66b180761443859fb211764d202b09c..662900d8e929df27d5a746be0b65e99b73748ecf 100644
--- a/third_party/WebKit/Source/core/inspector/InjectedScriptHost.cpp
+++ b/third_party/WebKit/Source/core/inspector/InjectedScriptHost.cpp
@@ -31,11 +31,10 @@
#include "config.h"
#include "core/inspector/InjectedScriptHost.h"
-#include "bindings/core/v8/ScriptValue.h"
#include "core/inspector/EventListenerInfo.h"
#include "core/inspector/InspectorConsoleAgent.h"
+#include "core/inspector/V8DebuggerAgent.h"
#include "core/inspector/v8/V8Debugger.h"
-#include "core/inspector/v8/V8DebuggerAgent.h"
#include "platform/JSONValues.h"
#include "wtf/RefPtr.h"

Powered by Google App Engine
This is Rietveld 408576698