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

Unified Diff: Source/core/inspector/InspectorFrontendHost.cpp

Issue 14524003: Absolutify paths to bindings/v8, bindings/v8/custom/. Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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: Source/core/inspector/InspectorFrontendHost.cpp
diff --git a/Source/core/inspector/InspectorFrontendHost.cpp b/Source/core/inspector/InspectorFrontendHost.cpp
index 5c31accea2c52247057f33bf49cafb5f5fe0bbb9..d8035af6a72e51ff614f0bd2301825b2ea5e593f 100644
--- a/Source/core/inspector/InspectorFrontendHost.cpp
+++ b/Source/core/inspector/InspectorFrontendHost.cpp
@@ -30,9 +30,9 @@
#include "config.h"
#include "core/inspector/InspectorFrontendHost.h"
-#include "DOMWrapperWorld.h"
#include "HTMLFrameOwnerElement.h"
-#include "ScriptFunctionCall.h"
+#include "bindings/v8/DOMWrapperWorld.h"
+#include "bindings/v8/ScriptFunctionCall.h"
#include "core/dom/Element.h"
#include "core/dom/UserGestureIndicator.h"
#include "core/inspector/InspectorAgent.h"
« no previous file with comments | « Source/core/inspector/InspectorDebuggerAgent.cpp ('k') | Source/core/inspector/InspectorHeapProfilerAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698