| 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 359299aa39bb003ca84a4afa7e3ca3872562d08b..319346799dd0201b04617bfce63978ef3ab0b3c1 100644
 | 
| --- a/mojo/public/cpp/bindings/tests/struct_with_traits_impl.cc
 | 
| +++ b/mojo/public/cpp/bindings/tests/struct_with_traits_impl.cc
 | 
| @@ -7,6 +7,10 @@
 | 
|  namespace mojo {
 | 
|  namespace test {
 | 
|  
 | 
| +NestedStructWithTraitsImpl::NestedStructWithTraitsImpl() {}
 | 
| +NestedStructWithTraitsImpl::NestedStructWithTraitsImpl(int32_t in_value)
 | 
| +    : value(in_value) {}
 | 
| +
 | 
|  StructWithTraitsImpl::StructWithTraitsImpl() {}
 | 
|  
 | 
|  StructWithTraitsImpl::~StructWithTraitsImpl() {}
 | 
| 
 |