| Index: remoting/test/it2me_standalone_host.cc
|
| diff --git a/remoting/test/it2me_standalone_host.cc b/remoting/test/it2me_standalone_host.cc
|
| index 82de8661f8eb54503c39974013ebb46bc5fdf0ef..eed5c9133059982cc653cd50a8757ee5346efac9 100644
|
| --- a/remoting/test/it2me_standalone_host.cc
|
| +++ b/remoting/test/it2me_standalone_host.cc
|
| @@ -90,8 +90,8 @@ void It2MeStandaloneHost::Connect() {
|
| session_.reset(new ClientSession(
|
| &handler_, std::unique_ptr<protocol::ConnectionToClient>(&connection_),
|
| &factory_, options, base::TimeDelta(),
|
| - scoped_refptr<protocol::PairingRegistry>(), std::vector<HostExtension*>(),
|
| - std::vector<protocol::DataChannelManager::NameCallbackPair>()));
|
| + scoped_refptr<protocol::PairingRegistry>(),
|
| + std::vector<HostExtension*>()));
|
| session_->OnConnectionAuthenticated();
|
| session_->OnConnectionChannelsConnected();
|
| session_->CreateMediaStreams();
|
|
|