| 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 013ace1738b6bd0a2f6ffc0520b158195ecf30f2..f0cf33b560b42a7cbc9d09a6d653dd6bd94af17b 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
|
| @@ -15,6 +15,12 @@
|
| #include "{{import.module.path}}-internal.h"
|
| {%- endfor %}
|
|
|
| +namespace mojo {
|
| +namespace internal {
|
| +class BoundsChecker;
|
| +}
|
| +}
|
| +
|
| {%- for namespace in namespaces_as_array %}
|
| namespace {{namespace}} {
|
| {%- endfor %}
|
|
|