| Index: mojo/dart/packages/_mojo_for_test_only/lib/sample/sample_interfaces.mojom.dart
|
| diff --git a/mojo/dart/packages/_mojo_for_test_only/lib/sample/sample_interfaces.mojom.dart b/mojo/dart/packages/_mojo_for_test_only/lib/sample/sample_interfaces.mojom.dart
|
| index 8c90e6df8a210589c0c8d7a3a091ac4c12cd4cc9..d680a3035f98ee60f2e2996bbd6369432da42a64 100644
|
| --- a/mojo/dart/packages/_mojo_for_test_only/lib/sample/sample_interfaces.mojom.dart
|
| +++ b/mojo/dart/packages/_mojo_for_test_only/lib/sample/sample_interfaces.mojom.dart
|
| @@ -1627,7 +1627,7 @@ mojom_types.MojomInterface _sampleInterfacesProvider() {
|
| ..declData = (new mojom_types.DeclarationData()
|
| ..shortName = 'Provider'
|
| ..fullIdentifier = 'sample.Provider')
|
| - ..interfaceName = 'Provider'
|
| + ..serviceName_ = 'Provider'
|
| ..methods = <int, mojom_types.MojomMethod>{
|
| _Provider_echoStringName: new mojom_types.MojomMethod()
|
| ..declData = (new mojom_types.DeclarationData()
|
| @@ -2125,7 +2125,7 @@ mojom_types.MojomInterface _sampleInterfacesIntegerAccessor() {
|
| ..declData = (new mojom_types.DeclarationData()
|
| ..shortName = 'IntegerAccessor'
|
| ..fullIdentifier = 'sample.IntegerAccessor')
|
| - ..interfaceName = 'IntegerAccessor'
|
| + ..serviceName_ = 'IntegerAccessor'
|
| ..methods = <int, mojom_types.MojomMethod>{
|
| _IntegerAccessor_getIntegerName: new mojom_types.MojomMethod()
|
| ..declData = (new mojom_types.DeclarationData()
|
| @@ -2391,7 +2391,7 @@ mojom_types.MojomInterface _sampleInterfacesSampleInterface() {
|
| ..declData = (new mojom_types.DeclarationData()
|
| ..shortName = 'SampleInterface'
|
| ..fullIdentifier = 'sample.SampleInterface')
|
| - ..interfaceName = 'SampleInterface'
|
| + ..serviceName_ = 'SampleInterface'
|
| ..methods = <int, mojom_types.MojomMethod>{
|
| _SampleInterface_sampleMethod0Name: new mojom_types.MojomMethod()
|
| ..declData = (new mojom_types.DeclarationData()
|
|
|