| Index: mojo/public/interfaces/bindings/tests/sample_factory.mojom
|
| diff --git a/mojo/public/interfaces/bindings/tests/sample_factory.mojom b/mojo/public/interfaces/bindings/tests/sample_factory.mojom
|
| index 37066e3f86ec670cb3c1b35a541c47a5724c1952..f6ec869d0d8d418c88205a6b407dba0a782ce07b 100644
|
| --- a/mojo/public/interfaces/bindings/tests/sample_factory.mojom
|
| +++ b/mojo/public/interfaces/bindings/tests/sample_factory.mojom
|
| @@ -24,6 +24,7 @@ struct Response {
|
| handle<message_pipe>? pipe;
|
| };
|
|
|
| +[ServiceName="sample::NamedObject"]
|
| interface NamedObject {
|
| SetName(string name);
|
| GetName() => (string name);
|
|
|