| Index: mojo/public/cpp/bindings/lib/native_struct_serialization.h
|
| diff --git a/mojo/public/cpp/bindings/lib/native_struct_serialization.h b/mojo/public/cpp/bindings/lib/native_struct_serialization.h
|
| index e64b862b6c1c446fbe6bb1be8e90b1f1342efbaa..739219a4700a5ecbc72d67906b6c570d9571955f 100644
|
| --- a/mojo/public/cpp/bindings/lib/native_struct_serialization.h
|
| +++ b/mojo/public/cpp/bindings/lib/native_struct_serialization.h
|
| @@ -19,6 +19,7 @@
|
| #include "mojo/public/cpp/bindings/lib/serialization_forward.h"
|
| #include "mojo/public/cpp/bindings/lib/serialization_util.h"
|
| #include "mojo/public/cpp/bindings/native_struct.h"
|
| +#include "mojo/public/cpp/bindings/native_struct_data_view.h"
|
|
|
| namespace mojo {
|
| namespace internal {
|
| @@ -123,7 +124,7 @@ struct NativeStructSerializerImpl<const NativeStructPtr>
|
| : public UnmappedNativeStructSerializerImpl {};
|
|
|
| template <typename MaybeConstUserType>
|
| -struct Serializer<NativeStructPtr, MaybeConstUserType>
|
| +struct Serializer<NativeStructDataView, MaybeConstUserType>
|
| : public NativeStructSerializerImpl<MaybeConstUserType> {};
|
|
|
| } // namespace internal
|
|
|