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

Unified Diff: mojo/public/tools/bindings/generators/cpp_templates/module.cc.tmpl

Issue 2656583002: Remove unused typemap includes from generated C++ mojo bindings. (Closed)
Patch Set: Created 3 years, 11 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: mojo/public/tools/bindings/generators/cpp_templates/module.cc.tmpl
diff --git a/mojo/public/tools/bindings/generators/cpp_templates/module.cc.tmpl b/mojo/public/tools/bindings/generators/cpp_templates/module.cc.tmpl
index 2c66a85f87331a6946af9155dfb533501e99a28a..9024b2f88de4c794139625df94b85e6bad26557b 100644
--- a/mojo/public/tools/bindings/generators/cpp_templates/module.cc.tmpl
+++ b/mojo/public/tools/bindings/generators/cpp_templates/module.cc.tmpl
@@ -35,10 +35,11 @@
{%- if for_blink %}
#include "mojo/public/cpp/bindings/lib/wtf_serialization.h"
+#include "third_party/WebKit/Source/wtf/text/StringHash.h"
{%- endif %}
{%- for header in extra_traits_headers %}
-#include "{{header}}"
+#include {{header}}
{%- endfor %}
{%- for namespace in namespaces_as_array %}

Powered by Google App Engine
This is Rietveld 408576698