Chromium Code Reviews| 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 0108335196512a853a2adf4b99aa0ced6456a1b2..55ed624390b190c286a6a1f1fe84aa4261d7bd10 100644 |
| --- a/mojo/public/tools/bindings/generators/cpp_templates/module.cc.tmpl |
| +++ b/mojo/public/tools/bindings/generators/cpp_templates/module.cc.tmpl |
| @@ -9,6 +9,8 @@ |
| #include "{{module.path}}.h" |
| +#include <assert.h> |
|
darin (slow to review)
2014/05/15 05:47:29
Is this needed?
yzshen1
2014/05/15 07:45:31
Removed.
(I am not very clear to what extent we fo
|
| + |
| #include "mojo/public/cpp/bindings/lib/bindings_serialization.h" |
| #include "mojo/public/cpp/bindings/lib/message_builder.h" |