| Index: mojo/public/cpp/bindings/struct_traits.h
|
| diff --git a/mojo/public/cpp/bindings/struct_traits.h b/mojo/public/cpp/bindings/struct_traits.h
|
| index c3ea5ad3dce5cd045dadadfb01caff28574170bb..a1379fe28c9b5edc80e591315102fbf0db473184 100644
|
| --- a/mojo/public/cpp/bindings/struct_traits.h
|
| +++ b/mojo/public/cpp/bindings/struct_traits.h
|
| @@ -122,9 +122,9 @@ namespace mojo {
|
| // reference/value to the Mojo bindings for serialization:
|
| // - if T is used in the "type_mappings" section of a typemap config file,
|
| // you need to declare it as pass-by-value:
|
| -// type_mappings = [ "MojomType=T(move_only)" ]
|
| +// type_mappings = [ "MojomType=T[move_only]" ]
|
| // or
|
| -// type_mappings = [ "MojomType=T(copyable_pass_by_value)" ]
|
| +// type_mappings = [ "MojomType=T[copyable_pass_by_value]" ]
|
| //
|
| // - if another type U's StructTraits/UnionTraits has a getter for T, it
|
| // needs to return non-const reference/value.
|
|
|