| Index: remoting/protocol/fake_connection_to_host.cc
|
| diff --git a/remoting/protocol/fake_connection_to_host.cc b/remoting/protocol/fake_connection_to_host.cc
|
| index cbec7691f291ef91f8c8b5f3257f6ee366325e36..36703ee422a9e83c7bb0ad99c5565ef9913da7b9 100644
|
| --- a/remoting/protocol/fake_connection_to_host.cc
|
| +++ b/remoting/protocol/fake_connection_to_host.cc
|
| @@ -19,7 +19,8 @@ void FakeConnectionToHost::set_client_stub(protocol::ClientStub* client_stub) {}
|
| void FakeConnectionToHost::set_clipboard_stub(
|
| protocol::ClipboardStub* clipboard_stub) {}
|
|
|
| -void FakeConnectionToHost::set_video_stub(protocol::VideoStub* video_stub) {}
|
| +void FakeConnectionToHost::set_video_renderer(
|
| + protocol::VideoRenderer* video_renderer) {}
|
|
|
| void FakeConnectionToHost::set_audio_stub(protocol::AudioStub* audio_stub) {}
|
|
|
|
|