| Index: third_party/mojo/src/mojo/public/cpp/bindings/tests/validation_test_input_parser.h
|
| diff --git a/third_party/mojo/src/mojo/public/cpp/bindings/tests/validation_test_input_parser.h b/third_party/mojo/src/mojo/public/cpp/bindings/tests/validation_test_input_parser.h
|
| index c8821cda5d89127e742f63e460840bedcd0b93c7..d5f8c81c52c2604f5cb1dbed3189f61c9f384b21 100644
|
| --- a/third_party/mojo/src/mojo/public/cpp/bindings/tests/validation_test_input_parser.h
|
| +++ b/third_party/mojo/src/mojo/public/cpp/bindings/tests/validation_test_input_parser.h
|
| @@ -82,7 +82,7 @@ namespace test {
|
| // The following describes a valid message whose payload is a Foo struct:
|
| // // message header
|
| // [dist4]message_header // num_bytes
|
| -// [u4]3 // num_fields
|
| +// [u4]3 // version
|
| // [u4]0 // type
|
| // [u4]1 // flags
|
| // [u8]1234 // request_id
|
| @@ -90,7 +90,7 @@ namespace test {
|
| //
|
| // // payload
|
| // [dist4]foo // num_bytes
|
| -// [u4]2 // num_fields
|
| +// [u4]2 // version
|
| // [dist8]bar_ptr // x
|
| // [u4]0xABCD // y
|
| // [u4]0 // padding
|
| @@ -98,7 +98,7 @@ namespace test {
|
| //
|
| // [anchr]bar_ptr
|
| // [dist4]bar // num_bytes
|
| -// [u4]3 // num_fields
|
| +// [u4]3 // version
|
| // [s4]-1 // a
|
| // [b]00000010 // b and c
|
| // 0 0 0 // padding
|
|
|