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

Unified Diff: third_party/WebKit/Source/bindings/templates/web_module_interface.cpp.tmpl

Issue 2581373004: [Webmodules]: Start handling types a bit more intelligently. (Closed)
Patch Set: Feedback addressed. Created 4 years 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/bindings/templates/web_module_interface.cpp.tmpl
diff --git a/third_party/WebKit/Source/bindings/templates/web_module_interface.cpp.tmpl b/third_party/WebKit/Source/bindings/templates/web_module_interface.cpp.tmpl
index 3bd1329f368878928480f67aac1e93a09dd078ba..b91832570379fa26d733f1a750f68d1074ba7f8b 100644
--- a/third_party/WebKit/Source/bindings/templates/web_module_interface.cpp.tmpl
+++ b/third_party/WebKit/Source/bindings/templates/web_module_interface.cpp.tmpl
@@ -2,11 +2,11 @@
{% include 'copyright_block.txt' %}
-#include "Web{{class_name}}.h"
+#include "{{class_name}}.h"
// TODO(dglazkov): Implement generating includes.
{% for filename in cpp_includes %}
-#include "Web{{filename}}.h"
+#include "{{filename}}.h"
{% endfor %}
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698