| Index: remoting/protocol/fake_connection_to_host.h
|
| diff --git a/remoting/protocol/fake_connection_to_host.h b/remoting/protocol/fake_connection_to_host.h
|
| index 1c3fe4019e07b4fa81f5210678b3ae09c3685686..85ea24a63d600efd7451bbc29ae5644090f24089 100644
|
| --- a/remoting/protocol/fake_connection_to_host.h
|
| +++ b/remoting/protocol/fake_connection_to_host.h
|
| @@ -26,7 +26,7 @@ class FakeConnectionToHost : public protocol::ConnectionToHost {
|
| void set_video_stub(protocol::VideoStub* video_stub) override;
|
| void set_audio_stub(protocol::AudioStub* audio_stub) override;
|
| void Connect(SignalStrategy* signal_strategy,
|
| - scoped_ptr<protocol::TransportFactory> transport_factory,
|
| + scoped_refptr<protocol::TransportContext> transport_context,
|
| scoped_ptr<protocol::Authenticator> authenticator,
|
| const std::string& host_jid,
|
| HostEventCallback* event_callback) override;
|
|
|