Index: remoting/protocol/connection_to_client.cc |
diff --git a/remoting/protocol/connection_to_client.cc b/remoting/protocol/connection_to_client.cc |
index 6894a9c421baec01b95638d23992b4f882424638..6ebcf5ffc105c879db0b8597c535cde4ac5c1cce 100644 |
--- a/remoting/protocol/connection_to_client.cc |
+++ b/remoting/protocol/connection_to_client.cc |
@@ -55,7 +55,7 @@ void ConnectionToClient::OnEventTimestamp(int64 sequence_number) { |
handler_->OnEventTimestamp(this, sequence_number); |
} |
-VideoStub* ConnectionToClient::video_stub() { |
+VideoSender* ConnectionToClient::video_sender() { |
DCHECK(CalledOnValidThread()); |
return video_dispatcher_.get(); |
} |