| Index: remoting/client/chromoting_client.h
|
| diff --git a/remoting/client/chromoting_client.h b/remoting/client/chromoting_client.h
|
| index ce7fbcf065134edc2fdc5184afa55577ae23705c..93daab2150bf181e668c2dc118d31870c279872f 100644
|
| --- a/remoting/client/chromoting_client.h
|
| +++ b/remoting/client/chromoting_client.h
|
| @@ -27,7 +27,7 @@ namespace remoting {
|
|
|
| namespace protocol {
|
| class CandidateSessionConfig;
|
| -class TransportFactory;
|
| +class TransportContext;
|
| } // namespace protocol
|
|
|
| class AudioDecodeScheduler;
|
| @@ -62,7 +62,7 @@ class ChromotingClient : public protocol::ConnectionToHost::HostEventCallback,
|
| // must outlive the client.
|
| void Start(SignalStrategy* signal_strategy,
|
| scoped_ptr<protocol::Authenticator> authenticator,
|
| - scoped_ptr<protocol::TransportFactory> transport_factory,
|
| + scoped_refptr<protocol::TransportContext> transport_context,
|
| const std::string& host_jid,
|
| const std::string& capabilities);
|
|
|
|
|