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

Unified Diff: third_party/WebKit/Source/core/inspector/v8/InjectedScriptNative.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/v8/InjectedScriptNative.cpp
diff --git a/third_party/WebKit/Source/core/inspector/InjectedScriptNative.cpp b/third_party/WebKit/Source/core/inspector/v8/InjectedScriptNative.cpp
similarity index 98%
rename from third_party/WebKit/Source/core/inspector/InjectedScriptNative.cpp
rename to third_party/WebKit/Source/core/inspector/v8/InjectedScriptNative.cpp
index b74dbbda1ae5fe56d2b6d5a27b5c3e107e23b5b5..f994a4b93c7bc95c457f9719f9bd769e2d2251da 100644
--- a/third_party/WebKit/Source/core/inspector/InjectedScriptNative.cpp
+++ b/third_party/WebKit/Source/core/inspector/v8/InjectedScriptNative.cpp
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "core/inspector/InjectedScriptNative.h"
+#include "core/inspector/v8/InjectedScriptNative.h"
#include "platform/JSONValues.h"
#include "wtf/Vector.h"

Powered by Google App Engine
This is Rietveld 408576698