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

Unified Diff: third_party/WebKit/Source/core/inspector/v8/AsyncCallChain.cpp

Issue 1650283002: DevTools: remove DOM and Bindings dependencies from inspector/v8. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: for landing 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/AsyncCallChain.cpp
diff --git a/third_party/WebKit/Source/core/inspector/AsyncCallChain.cpp b/third_party/WebKit/Source/core/inspector/v8/AsyncCallChain.cpp
similarity index 96%
rename from third_party/WebKit/Source/core/inspector/AsyncCallChain.cpp
rename to third_party/WebKit/Source/core/inspector/v8/AsyncCallChain.cpp
index 48084e84afca8cca2487eb416c2b286e83acd63e..ddb5f0a7033bcdf701dad3c70ef1c18faee1b0c8 100644
--- a/third_party/WebKit/Source/core/inspector/AsyncCallChain.cpp
+++ b/third_party/WebKit/Source/core/inspector/v8/AsyncCallChain.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/AsyncCallChain.h"
+#include "core/inspector/v8/AsyncCallChain.h"
#include "wtf/text/WTFString.h"

Powered by Google App Engine
This is Rietveld 408576698