| Index: mojo/dart/packages/_mojo_for_test_only/lib/sample/sample_service.mojom.dart
|
| diff --git a/mojo/dart/packages/_mojo_for_test_only/lib/sample/sample_service.mojom.dart b/mojo/dart/packages/_mojo_for_test_only/lib/sample/sample_service.mojom.dart
|
| index 4440d8a57e41d7a86317c4e97de946e96bad8028..eaee0d99975ab47cc0c09656b44d35f979790a64 100644
|
| --- a/mojo/dart/packages/_mojo_for_test_only/lib/sample/sample_service.mojom.dart
|
| +++ b/mojo/dart/packages/_mojo_for_test_only/lib/sample/sample_service.mojom.dart
|
| @@ -2273,7 +2273,7 @@ mojom_types.MojomInterface _sampleServiceService() {
|
| ..declData = (new mojom_types.DeclarationData()
|
| ..shortName = 'Service'
|
| ..fullIdentifier = 'sample.Service')
|
| - ..interfaceName = 'Service'
|
| + ..serviceName_ = 'Service'
|
| ..methods = <int, mojom_types.MojomMethod>{
|
| _Service_frobinateName: new mojom_types.MojomMethod()
|
| ..declData = (new mojom_types.DeclarationData()
|
| @@ -2539,7 +2539,7 @@ mojom_types.MojomInterface _sampleServicePort() {
|
| ..declData = (new mojom_types.DeclarationData()
|
| ..shortName = 'Port'
|
| ..fullIdentifier = 'sample.Port')
|
| - ..interfaceName = 'Port'
|
| + ..serviceName_ = 'Port'
|
| ..methods = <int, mojom_types.MojomMethod>{
|
| _Port_postMessageName: new mojom_types.MojomMethod()
|
| ..declData = (new mojom_types.DeclarationData()
|
|
|