| Index: services/shell/tests/connect/connect_test_app.cc
|
| diff --git a/services/shell/tests/connect/connect_test_app.cc b/services/shell/tests/connect/connect_test_app.cc
|
| index 6e131ee3adef6cc558897aa4ecf0083bd5adb59c..01c5078879bf932f7be67cdc9cd6a6ed788f9181 100644
|
| --- a/services/shell/tests/connect/connect_test_app.cc
|
| +++ b/services/shell/tests/connect/connect_test_app.cc
|
| @@ -75,7 +75,8 @@ class ConnectTestApp : public Service,
|
| state->connection_remote_id = remote_id;
|
| state->initialize_local_name = identity_.name();
|
| state->initialize_userid = identity_.user_id();
|
| - connection->GetInterface(&caller_);
|
| +
|
| + connector()->ConnectToInterface(connection->GetRemoteIdentity(), &caller_);
|
| caller_->ConnectionAccepted(std::move(state));
|
|
|
| return true;
|
|
|