| Index: mojo/shell/public/cpp/service_connector.h
|
| diff --git a/mojo/shell/public/cpp/service_connector.h b/mojo/shell/public/cpp/service_connector.h
|
| index 8856e3ff9eacd5827ba345701b5455462cad0df6..5ba01926764375dee1a1c6276c5fcecbc9cbe577 100644
|
| --- a/mojo/shell/public/cpp/service_connector.h
|
| +++ b/mojo/shell/public/cpp/service_connector.h
|
| @@ -11,7 +11,7 @@
|
|
|
| namespace mojo {
|
|
|
| -class ApplicationConnection;
|
| +class Connection;
|
|
|
| class ServiceConnector {
|
| public:
|
| @@ -20,7 +20,7 @@ class ServiceConnector {
|
| // Asks the ServiceConnector to connect to the specified service. If the
|
| // ServiceConnector connects to the service it should take ownership of
|
| // the handle in |handle|.
|
| - virtual void ConnectToService(ApplicationConnection* application_connection,
|
| + virtual void ConnectToService(Connection* connection,
|
| const std::string& interface_name,
|
| ScopedMessagePipeHandle handle) = 0;
|
| };
|
|
|