Index: mojo/dart/packages/_mojo_for_test_only/lib/mojo/examples/echo.mojom.dart |
diff --git a/mojo/dart/packages/_mojo_for_test_only/lib/mojo/examples/echo.mojom.dart b/mojo/dart/packages/_mojo_for_test_only/lib/mojo/examples/echo.mojom.dart |
index 23392585c82b56fa9904a6ef9f04007bd900c8c5..1419fe843de44c218b01ac463d8db85a264df681 100644 |
--- a/mojo/dart/packages/_mojo_for_test_only/lib/mojo/examples/echo.mojom.dart |
+++ b/mojo/dart/packages/_mojo_for_test_only/lib/mojo/examples/echo.mojom.dart |
@@ -195,7 +195,7 @@ mojom_types.MojomInterface _echoEcho() { |
..declData = (new mojom_types.DeclarationData() |
..shortName = 'Echo' |
..fullIdentifier = 'mojo.examples.Echo') |
- ..interfaceName = 'Echo' |
+ ..serviceName_ = 'Echo' |
..methods = <int, mojom_types.MojomMethod>{ |
_Echo_echoStringName: new mojom_types.MojomMethod() |
..declData = (new mojom_types.DeclarationData() |