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

Unified Diff: Source/web/WebBindings.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/WebBindings.cpp
diff --git a/Source/web/WebBindings.cpp b/Source/web/WebBindings.cpp
index a982133aeb0c95ee1e68c8df122bdd37987138c5..dfe7daeafe9e49b92ee3b7147c21523c8782511b 100644
--- a/Source/web/WebBindings.cpp
+++ b/Source/web/WebBindings.cpp
@@ -31,8 +31,8 @@
#include "config.h"
#include "public/web/WebBindings.h"
-#include "V8Element.h"
-#include "V8Range.h"
+#include "bindings/core/v8/V8Element.h"
+#include "bindings/core/v8/V8Range.h"
#include "bindings/core/v8/custom/V8ArrayBufferCustom.h"
#include "bindings/core/v8/custom/V8ArrayBufferViewCustom.h"
#include "bindings/v8/NPV8Object.h" // for PrivateIdentifier

Powered by Google App Engine
This is Rietveld 408576698