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

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

Issue 1648523002: DevTools: move InjectedScript* to inspector/v8. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/WorkerRuntimeAgent.cpp
diff --git a/third_party/WebKit/Source/core/inspector/WorkerRuntimeAgent.cpp b/third_party/WebKit/Source/core/inspector/WorkerRuntimeAgent.cpp
index dd6505f6598a9960fac4fa8eacc610d6e013a327..7a5d1d357cbff2d77777eecb1e480b0bc0bfd122 100644
--- a/third_party/WebKit/Source/core/inspector/WorkerRuntimeAgent.cpp
+++ b/third_party/WebKit/Source/core/inspector/WorkerRuntimeAgent.cpp
@@ -31,7 +31,7 @@
#include "core/inspector/WorkerRuntimeAgent.h"
#include "bindings/core/v8/ScriptState.h"
-#include "core/inspector/InjectedScript.h"
+#include "core/inspector/v8/InjectedScript.h"
#include "core/workers/WorkerGlobalScope.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698