| Index: mojo/public/tools/bindings/generators/cpp_templates/module-shared-internal.h.tmpl
|
| diff --git a/mojo/public/tools/bindings/generators/cpp_templates/module-shared-internal.h.tmpl b/mojo/public/tools/bindings/generators/cpp_templates/module-shared-internal.h.tmpl
|
| index 320a1b5a50477534f93945c1f2dcf38ce627fd1f..c4008684428c3c344a8cd19fe7d6ade5330caf8f 100644
|
| --- a/mojo/public/tools/bindings/generators/cpp_templates/module-shared-internal.h.tmpl
|
| +++ b/mojo/public/tools/bindings/generators/cpp_templates/module-shared-internal.h.tmpl
|
| @@ -19,7 +19,7 @@
|
| #include "mojo/public/cpp/bindings/lib/buffer.h"
|
|
|
| {%- for import in imports %}
|
| -#include "{{import.module.path}}-shared-internal.h"
|
| +#include "{{import.path}}-shared-internal.h"
|
| {%- endfor %}
|
|
|
| namespace mojo {
|
|
|