| Index: remoting/test/test_chromoting_client.cc
|
| diff --git a/remoting/test/test_chromoting_client.cc b/remoting/test/test_chromoting_client.cc
|
| index 59a4685da273aca39cb2554cbe390196d553035d..e1beedf1b666f4b335533375f2653a951afbc82c 100644
|
| --- a/remoting/test/test_chromoting_client.cc
|
| +++ b/remoting/test/test_chromoting_client.cc
|
| @@ -19,7 +19,7 @@
|
| #include "remoting/client/token_fetcher_proxy.h"
|
| #include "remoting/protocol/chromium_port_allocator.h"
|
| #include "remoting/protocol/host_stub.h"
|
| -#include "remoting/protocol/libjingle_transport_factory.h"
|
| +#include "remoting/protocol/ice_transport_factory.h"
|
| #include "remoting/protocol/negotiating_client_authenticator.h"
|
| #include "remoting/protocol/network_settings.h"
|
| #include "remoting/protocol/session_config.h"
|
| @@ -127,7 +127,7 @@ void TestChromotingClient::StartConnection(
|
| network_settings));
|
|
|
| scoped_ptr<protocol::TransportFactory> transport_factory(
|
| - new protocol::LibjingleTransportFactory(
|
| + new protocol::IceTransportFactory(
|
| signal_strategy_.get(), port_allocator.Pass(), network_settings,
|
| protocol::TransportRole::CLIENT));
|
|
|
|
|