| Index: mojo/public/interfaces/bindings/tests/struct_with_traits.typemap
|
| diff --git a/mojo/public/interfaces/bindings/tests/struct_with_traits.typemap b/mojo/public/interfaces/bindings/tests/struct_with_traits.typemap
|
| index 244c471a12cdcf0837e13a9420192f134587bb6b..0d6e7b292371dc02c973294f1f01e9f789c3891d 100644
|
| --- a/mojo/public/interfaces/bindings/tests/struct_with_traits.typemap
|
| +++ b/mojo/public/interfaces/bindings/tests/struct_with_traits.typemap
|
| @@ -6,8 +6,11 @@
|
| "c++": {
|
| "mojo.test.StructWithTraits": {
|
| "typename": "mojo::test::StructWithTraitsImpl",
|
| - "headers": [
|
| + "public_headers": [
|
| "mojo/public/cpp/bindings/tests/struct_with_traits_impl.h"
|
| + ],
|
| + "traits_headers": [
|
| + "mojo/public/cpp/bindings/tests/struct_with_traits_impl_traits.h"
|
| ]
|
| }
|
| }
|
|
|