Chromium Code Reviews| Index: test/protos/map_api.proto |
| diff --git a/test/protos/map_api.proto b/test/protos/map_api.proto |
| index eea215ed61bfb7163b1fd8cca4d9f577f52763ae..5a3ddb463e018051e5ce6cf98b370bc16816be07 100644 |
| --- a/test/protos/map_api.proto |
| +++ b/test/protos/map_api.proto |
| @@ -5,7 +5,7 @@ package protobuf_unittest; |
| import "dart_options.proto"; |
| message Rec { |
| - option (dart_options.implement_map) = true; |
| + option (dart_options.mixin) = "PbMapMixin"; |
| optional int32 num = 1; |
| repeated int32 nums = 2; |