| 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 319346799dd0201b04617bfce63978ef3ab0b3c1..e99ec2a331698d86509f7d3ce4f4d1ed3f85453c 100644
|
| --- a/mojo/public/cpp/bindings/tests/struct_with_traits_impl.cc
|
| +++ b/mojo/public/cpp/bindings/tests/struct_with_traits_impl.cc
|
| @@ -15,6 +15,9 @@ StructWithTraitsImpl::StructWithTraitsImpl() {}
|
|
|
| StructWithTraitsImpl::~StructWithTraitsImpl() {}
|
|
|
| +StructWithTraitsImpl::StructWithTraitsImpl(const StructWithTraitsImpl& other) =
|
| + default;
|
| +
|
| PassByValueStructWithTraitsImpl::PassByValueStructWithTraitsImpl() {}
|
|
|
| PassByValueStructWithTraitsImpl::PassByValueStructWithTraitsImpl(
|
|
|