Index: mojo/dart/packages/_mojo_for_test_only/lib/sample/sample_factory.mojom.dart |
diff --git a/mojo/dart/packages/_mojo_for_test_only/lib/sample/sample_factory.mojom.dart b/mojo/dart/packages/_mojo_for_test_only/lib/sample/sample_factory.mojom.dart |
index cc4946584a4702e4cf6f7ab23dd8066b997a57dc..5cbccfeeb9b672bb016c6e25f044d4dbb64f77cd 100644 |
--- a/mojo/dart/packages/_mojo_for_test_only/lib/sample/sample_factory.mojom.dart |
+++ b/mojo/dart/packages/_mojo_for_test_only/lib/sample/sample_factory.mojom.dart |
@@ -1337,7 +1337,7 @@ mojom_types.MojomInterface _sampleFactoryNamedObject() { |
..declData = (new mojom_types.DeclarationData() |
..shortName = 'NamedObject' |
..fullIdentifier = 'sample.NamedObject') |
- ..interfaceName = 'NamedObject' |
+ ..serviceName_ = 'NamedObject' |
..methods = <int, mojom_types.MojomMethod>{ |
_NamedObject_setNameName: new mojom_types.MojomMethod() |
..declData = (new mojom_types.DeclarationData() |
@@ -1603,7 +1603,7 @@ mojom_types.MojomInterface _sampleFactoryFactory() { |
..declData = (new mojom_types.DeclarationData() |
..shortName = 'Factory' |
..fullIdentifier = 'sample.Factory') |
- ..interfaceName = 'Factory' |
+ ..serviceName_ = 'Factory' |
..methods = <int, mojom_types.MojomMethod>{ |
_Factory_doStuffName: new mojom_types.MojomMethod() |
..declData = (new mojom_types.DeclarationData() |