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

Unified Diff: Source/build/scripts/templates/ElementWrapperFactory.h.tmpl

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/build/scripts/templates/ElementWrapperFactory.h.tmpl
diff --git a/Source/build/scripts/templates/ElementWrapperFactory.h.tmpl b/Source/build/scripts/templates/ElementWrapperFactory.h.tmpl
index 262d5325b2ab9ad9c2214d4c98e884c6b07f4546..28d2a013c2630b6663bb48476fca27e2d59ec7a9 100644
--- a/Source/build/scripts/templates/ElementWrapperFactory.h.tmpl
+++ b/Source/build/scripts/templates/ElementWrapperFactory.h.tmpl
@@ -4,8 +4,8 @@
#ifndef V8{{namespace}}ElementWrapperFactory_h
#define V8{{namespace}}ElementWrapperFactory_h
-#include "V8{{namespace}}Element.h"
-#include "V8{{fallback_js_interface}}.h"
+#include "bindings/core/v8/V8{{namespace}}Element.h"
+#include "bindings/core/v8/V8{{fallback_js_interface}}.h"
#include <v8.h>
namespace WebCore {

Powered by Google App Engine
This is Rietveld 408576698