| Index: mojo/public/bindings/tests/sample_service.mojom
|
| diff --git a/mojo/public/bindings/tests/sample_service.mojom b/mojo/public/bindings/tests/sample_service.mojom
|
| index 0a15257c9ceb59f11f3f96410ea02a40b0e1674d..7bdd1716b6be3506c8694651b1c0eb8f213d46b4 100644
|
| --- a/mojo/public/bindings/tests/sample_service.mojom
|
| +++ b/mojo/public/bindings/tests/sample_service.mojom
|
| @@ -48,7 +48,7 @@ struct DefaultsTest {
|
| uint8[] data = [1, 2, 3] @2;
|
| imported.Point point = {7, 15} @3;
|
| int32[] shape_masks = [1 << imported.SHAPE_RECTANGLE] @4;
|
| - imported.Thing thing = {imported.SHAPE_RECTANGLE, imported.COLOR_RED};
|
| + imported.Thing thing = {imported.SHAPE_CIRCLE, imported.COLOR_BLACK};
|
| };
|
|
|
| interface Port {
|
|
|