| 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 00ab1ef076ee30178f2319778d7e9f36fd237525..88ee4307ed804977f7a9903dfa469ca2f416a19e 100644
|
| --- a/mojo/public/interfaces/bindings/tests/sample_factory.mojom
|
| +++ b/mojo/public/interfaces/bindings/tests/sample_factory.mojom
|
| @@ -18,13 +18,12 @@ struct Response {
|
| handle<message_pipe> pipe;
|
| };
|
|
|
| -[Peer=FactoryClient]
|
| +[Client=FactoryClient]
|
| interface Factory {
|
| DoStuff(Request request, handle<message_pipe> pipe);
|
| DoStuff2(handle<data_pipe_consumer> pipe);
|
| };
|
|
|
| -[Peer=Factory]
|
| interface FactoryClient {
|
| DidStuff(Response response, string text);
|
| DidStuff2(string text);
|
|
|