| Index: remoting/protocol/connection_to_host_impl.h
|
| diff --git a/remoting/protocol/connection_to_host_impl.h b/remoting/protocol/connection_to_host_impl.h
|
| index 936d583bc55de6159e9ff0146030e817c03b7e3e..9ee968769c84c4a9725deb283970715c19efb417 100644
|
| --- a/remoting/protocol/connection_to_host_impl.h
|
| +++ b/remoting/protocol/connection_to_host_impl.h
|
| @@ -54,7 +54,7 @@ class ConnectionToHostImpl : public ConnectionToHost,
|
| void set_video_stub(VideoStub* video_stub) override;
|
| void set_audio_stub(AudioStub* audio_stub) override;
|
| void Connect(SignalStrategy* signal_strategy,
|
| - scoped_ptr<TransportFactory> transport_factory,
|
| + scoped_refptr<TransportContext> transport_context,
|
| scoped_ptr<Authenticator> authenticator,
|
| const std::string& host_jid,
|
| HostEventCallback* event_callback) override;
|
|
|