| 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 668196e06922fa135c4c8fbc3e10479b00b16a67..62f93b100ee2d292860a78369f101d3bf0e6c70d 100644
|
| --- a/remoting/protocol/fake_connection_to_host.h
|
| +++ b/remoting/protocol/fake_connection_to_host.h
|
| @@ -25,6 +25,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(scoped_ptr<protocol::Session> session,
|
| + scoped_refptr<protocol::TransportContext> transport_context,
|
| HostEventCallback* event_callback) override;
|
| const protocol::SessionConfig& config() override;
|
| protocol::ClipboardStub* clipboard_forwarder() override;
|
|
|