Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1324)

Unified Diff: mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/validation_test_interfaces.mojom.dart

Issue 1677343002: mojom_types.mojom: Changes the name |interface_name| to |service_name| in struct MojomInterface. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Responds to code review. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/validation_test_interfaces.mojom.dart
diff --git a/mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/validation_test_interfaces.mojom.dart b/mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/validation_test_interfaces.mojom.dart
index e6f01e0853ec9ec94fccb9ee5291093bb0745be8..f40876c85c89d29e7c0e4b0e0c4599cb381402ab 100644
--- a/mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/validation_test_interfaces.mojom.dart
+++ b/mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/validation_test_interfaces.mojom.dart
@@ -4152,7 +4152,7 @@ mojom_types.MojomInterface _validationTestInterfacesInterfaceA() {
..declData = (new mojom_types.DeclarationData()
..shortName = 'InterfaceA'
..fullIdentifier = 'mojo.test.InterfaceA')
- ..interfaceName = 'InterfaceA'
+ ..serviceName_ = 'InterfaceA'
..methods = <int, mojom_types.MojomMethod>{
};
}
@@ -4333,7 +4333,7 @@ mojom_types.MojomInterface _validationTestInterfacesBoundsCheckTestInterface() {
..declData = (new mojom_types.DeclarationData()
..shortName = 'BoundsCheckTestInterface'
..fullIdentifier = 'mojo.test.BoundsCheckTestInterface')
- ..interfaceName = 'BoundsCheckTestInterface'
+ ..serviceName_ = 'BoundsCheckTestInterface'
..methods = <int, mojom_types.MojomMethod>{
_BoundsCheckTestInterface_method0Name: new mojom_types.MojomMethod()
..declData = (new mojom_types.DeclarationData()
@@ -4611,7 +4611,7 @@ mojom_types.MojomInterface _validationTestInterfacesConformanceTestInterface() {
..declData = (new mojom_types.DeclarationData()
..shortName = 'ConformanceTestInterface'
..fullIdentifier = 'mojo.test.ConformanceTestInterface')
- ..interfaceName = 'ConformanceTestInterface'
+ ..serviceName_ = 'ConformanceTestInterface'
..methods = <int, mojom_types.MojomMethod>{
_ConformanceTestInterface_method0Name: new mojom_types.MojomMethod()
..declData = (new mojom_types.DeclarationData()
@@ -5160,7 +5160,7 @@ mojom_types.MojomInterface _validationTestInterfacesIntegrationTestInterface() {
..declData = (new mojom_types.DeclarationData()
..shortName = 'IntegrationTestInterface'
..fullIdentifier = 'mojo.test.IntegrationTestInterface')
- ..interfaceName = 'IntegrationTestInterface'
+ ..serviceName_ = 'IntegrationTestInterface'
..methods = <int, mojom_types.MojomMethod>{
_IntegrationTestInterface_method0Name: new mojom_types.MojomMethod()
..declData = (new mojom_types.DeclarationData()

Powered by Google App Engine
This is Rietveld 408576698