| Index: mojo/public/interfaces/bindings/tests/test_native_types.mojom
|
| diff --git a/mojo/public/interfaces/bindings/tests/test_native_types.mojom b/mojo/public/interfaces/bindings/tests/test_native_types.mojom
|
| index 10127563365e9bf38bf25d87f66dafaf0706b23d..e0767f3d55cd2cc0fe147c1e677c4c145be4d63c 100644
|
| --- a/mojo/public/interfaces/bindings/tests/test_native_types.mojom
|
| +++ b/mojo/public/interfaces/bindings/tests/test_native_types.mojom
|
| @@ -8,7 +8,7 @@ import "mojo/public/interfaces/bindings/tests/rect.mojom";
|
|
|
| // Used to verify that structs can be declared with no body in mojom.
|
|
|
| -[native=True]
|
| +[Native=True]
|
| struct PickledStruct;
|
|
|
| interface PicklePasser {
|
|
|