| Index: remoting/test/test_chromoting_client.cc
|
| diff --git a/remoting/test/test_chromoting_client.cc b/remoting/test/test_chromoting_client.cc
|
| index adf1093893c11cfbb5a2ef9ec1ebacee23cc17d0..5f2e53733e7eff03c14a003bf594446c4e89083b 100644
|
| --- a/remoting/test/test_chromoting_client.cc
|
| +++ b/remoting/test/test_chromoting_client.cc
|
| @@ -191,7 +191,8 @@ void TestChromotingClient::StartConnection(
|
|
|
| scoped_ptr<protocol::TransportFactory> transport_factory(
|
| new protocol::LibjingleTransportFactory(
|
| - signal_strategy_.get(), port_allocator.Pass(), network_settings));
|
| + signal_strategy_.get(), port_allocator.Pass(), network_settings,
|
| + protocol::TransportRole::CLIENT));
|
|
|
| scoped_ptr<protocol::ThirdPartyClientAuthenticator::TokenFetcher>
|
| token_fetcher(new TokenFetcherProxy(
|
|
|