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 { |