| 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 fa0fbabea43ef122276241171079ec07e89e2b24..0cfc5e7a520fe76c7127ee00aa9b26f0f1c8bc77 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
|
| @@ -12,17 +12,14 @@
|
| #include "base/strings/string_piece.h"
|
| #include "mojo/public/cpp/bindings/struct_traits.h"
|
| #include "mojo/public/cpp/bindings/tests/struct_with_traits_impl.h"
|
| +#include "mojo/public/interfaces/bindings/tests/struct_with_traits.mojom.h"
|
|
|
| namespace mojo {
|
| -namespace test {
|
| -class StructWithTraits;
|
| -class StructWithTraits_Reader;
|
| -}
|
|
|
| template <>
|
| struct StructTraits<test::StructWithTraits, test::StructWithTraitsImpl> {
|
| // Deserialization to test::StructTraitsImpl.
|
| - static bool Read(test::StructWithTraits_Reader r,
|
| + static bool Read(test::StructWithTraitsDataView data,
|
| test::StructWithTraitsImpl* out);
|
|
|
| // Fields in test::StructWithTraits.
|
|
|