| Index: mojo/public/cpp/bindings/tests/struct_with_traits_impl_traits.h
|
| diff --git a/mojo/public/cpp/bindings/tests/struct_with_traits_impl_traits.h b/mojo/public/cpp/bindings/tests/struct_with_traits_impl_traits.h
|
| index 94330525483ccbfaf12d171434c5a70c8bfbe450..006dcc86be11461937fce21c07eab8de0a6e28f4 100644
|
| --- a/mojo/public/cpp/bindings/tests/struct_with_traits_impl_traits.h
|
| +++ b/mojo/public/cpp/bindings/tests/struct_with_traits_impl_traits.h
|
| @@ -14,6 +14,10 @@
|
| #include "mojo/public/cpp/bindings/tests/struct_with_traits_impl.h"
|
|
|
| namespace mojo {
|
| +namespace test {
|
| +class StructWithTraits;
|
| +class StructWithTraits_Reader;
|
| +}
|
|
|
| template <>
|
| struct StructTraits<test::StructWithTraits, test::StructWithTraitsImpl> {
|
|
|