| Index: mojo/public/cpp/bindings/tests/struct_with_traits_impl.cc
|
| diff --git a/mojo/public/cpp/bindings/tests/struct_with_traits_impl.cc b/mojo/public/cpp/bindings/tests/struct_with_traits_impl.cc
|
| index 0f10c00ac4245c448ae305913d026b464dc71c53..cbdd4bfde74225593782910c54a8b41a4efbb70a 100644
|
| --- a/mojo/public/cpp/bindings/tests/struct_with_traits_impl.cc
|
| +++ b/mojo/public/cpp/bindings/tests/struct_with_traits_impl.cc
|
| @@ -28,5 +28,9 @@ MoveOnlyStructWithTraitsImpl::~MoveOnlyStructWithTraitsImpl() {}
|
| MoveOnlyStructWithTraitsImpl& MoveOnlyStructWithTraitsImpl::operator=(
|
| MoveOnlyStructWithTraitsImpl&& other) = default;
|
|
|
| +UnionWithTraitsInt32::~UnionWithTraitsInt32() {}
|
| +
|
| +UnionWithTraitsStruct::~UnionWithTraitsStruct() {}
|
| +
|
| } // namespace test
|
| } // namespace mojo
|
|
|