| 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 62f93b100ee2d292860a78369f101d3bf0e6c70d..082a95ffb88ac7b9d02532818f0fcdca084df3d1 100644
|
| --- a/remoting/protocol/fake_connection_to_host.h
|
| +++ b/remoting/protocol/fake_connection_to_host.h
|
| @@ -22,7 +22,7 @@ class FakeConnectionToHost : public protocol::ConnectionToHost {
|
| // ConnectionToHost interface.
|
| void set_client_stub(protocol::ClientStub* client_stub) override;
|
| void set_clipboard_stub(protocol::ClipboardStub* clipboard_stub) override;
|
| - void set_video_stub(protocol::VideoStub* video_stub) override;
|
| + void set_video_renderer(protocol::VideoRenderer* video_renderer) override;
|
| void set_audio_stub(protocol::AudioStub* audio_stub) override;
|
| void Connect(scoped_ptr<protocol::Session> session,
|
| scoped_refptr<protocol::TransportContext> transport_context,
|
|
|