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

Unified Diff: mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/versioning/versioning_test_client.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/versioning/versioning_test_client.mojom.dart
diff --git a/mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/versioning/versioning_test_client.mojom.dart b/mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/versioning/versioning_test_client.mojom.dart
index 6275dc6adb21a14bfb7c1ae4a0e18dfa6036a80b..dc13a6b7fc9f88efc23a0a8b69d95b1ff21d58c3 100644
--- a/mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/versioning/versioning_test_client.mojom.dart
+++ b/mojo/dart/packages/_mojo_for_test_only/lib/mojo/test/versioning/versioning_test_client.mojom.dart
@@ -962,7 +962,7 @@ mojom_types.MojomInterface _versioningTestClientHumanResourceDatabase() {
..declData = (new mojom_types.DeclarationData()
..shortName = 'HumanResourceDatabase'
..fullIdentifier = 'mojo.test.versioning.HumanResourceDatabase')
- ..interfaceName = 'HumanResourceDatabase'
+ ..serviceName_ = 'HumanResourceDatabase'
..methods = <int, mojom_types.MojomMethod>{
_HumanResourceDatabase_addEmployeeName: new mojom_types.MojomMethod()
..declData = (new mojom_types.DeclarationData()

Powered by Google App Engine
This is Rietveld 408576698