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

Unified Diff: Source/web/WebDevToolsFrontendImpl.cpp

Issue 355193003: Qualify the bindings include files and remove the bindings sub-dirs from build files. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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/web/WebDevToolsFrontendImpl.cpp
diff --git a/Source/web/WebDevToolsFrontendImpl.cpp b/Source/web/WebDevToolsFrontendImpl.cpp
index a38de5788121fab296ee9f08e4b30e936bf26d64..4b03c2d59936d4088fac88e67b00ea964b6ada7e 100644
--- a/Source/web/WebDevToolsFrontendImpl.cpp
+++ b/Source/web/WebDevToolsFrontendImpl.cpp
@@ -31,9 +31,9 @@
#include "config.h"
#include "web/WebDevToolsFrontendImpl.h"
-#include "V8InspectorFrontendHost.h"
-#include "V8MouseEvent.h"
-#include "V8Node.h"
+#include "bindings/core/v8/V8InspectorFrontendHost.h"
+#include "bindings/core/v8/V8MouseEvent.h"
+#include "bindings/core/v8/V8Node.h"
#include "bindings/v8/ScriptController.h"
#include "bindings/v8/V8Binding.h"
#include "bindings/v8/V8DOMWrapper.h"

Powered by Google App Engine
This is Rietveld 408576698