| Index: mojo/public/interfaces/bindings/tests/versioning_test_client.mojom
|
| diff --git a/mojo/public/interfaces/bindings/tests/versioning_test_client.mojom b/mojo/public/interfaces/bindings/tests/versioning_test_client.mojom
|
| index f32d1deebe7e639cd76fbb309ea98edcb1d2c0dc..a1f0754c5d411e90b35aa9ef3a7024cec53b037d 100644
|
| --- a/mojo/public/interfaces/bindings/tests/versioning_test_client.mojom
|
| +++ b/mojo/public/interfaces/bindings/tests/versioning_test_client.mojom
|
| @@ -20,6 +20,7 @@ struct Employee {
|
| Department department;
|
| };
|
|
|
| +[ServiceName="mojo::test::versioning::HumanResourceDatabase"]
|
| interface HumanResourceDatabase {
|
| AddEmployee(Employee employee) => (bool success);
|
|
|
|
|