| Index: mojo/public/tools/bindings/generators/cpp_templates/module-internal.h.tmpl
|
| diff --git a/mojo/public/tools/bindings/generators/cpp_templates/module-internal.h.tmpl b/mojo/public/tools/bindings/generators/cpp_templates/module-internal.h.tmpl
|
| index 52aab994d2587cb1e5321afca18cde0b95a58c92..dfad049d731421e207da6b5dcfca95018e480fba 100644
|
| --- a/mojo/public/tools/bindings/generators/cpp_templates/module-internal.h.tmpl
|
| +++ b/mojo/public/tools/bindings/generators/cpp_templates/module-internal.h.tmpl
|
| @@ -26,7 +26,11 @@
|
| {%- endfor %}
|
|
|
| {%- for import in imports %}
|
| +{%- if variant %}
|
| +#include "{{"%s-%s-internal.h"|format(import.module.path, variant)}}"
|
| +{%- else %}
|
| #include "{{import.module.path}}-internal.h"
|
| +{%- endif %}
|
| {%- endfor %}
|
|
|
| namespace mojo {
|
|
|