| Index: mojo/public/cpp/application/application_impl.h
|
| diff --git a/mojo/public/cpp/application/application_impl.h b/mojo/public/cpp/application/application_impl.h
|
| index 6fba0dd19ef4ac1b7bd8a7d8a80e2f1df0f6a932..b0840063d8d7075f1d0be0fcee06ac892cdfed7c 100644
|
| --- a/mojo/public/cpp/application/application_impl.h
|
| +++ b/mojo/public/cpp/application/application_impl.h
|
| @@ -59,9 +59,9 @@ class ApplicationImpl : public Application {
|
|
|
| // Creates a new |ApplicationConnector|. The result can be bound to an
|
| // |ApplicationConnectorPtr| and used to connect to other applications. (It
|
| - // returns an |InterfacePtrInfo| instead of an |InterfacePtr| to facilitate
|
| + // returns an |InterfaceHandle| instead of an |InterfacePtr| to facilitate
|
| // passing it to another thread.)
|
| - InterfacePtrInfo<ApplicationConnector> CreateApplicationConnector();
|
| + InterfaceHandle<ApplicationConnector> CreateApplicationConnector();
|
|
|
| // Requests a new connection to an application. Returns a pointer to the
|
| // connection if the connection is permitted by this application's delegate,
|
|
|