| Index: remoting/protocol/protobuf_video_writer.cc
|
| diff --git a/remoting/protocol/protobuf_video_writer.cc b/remoting/protocol/protobuf_video_writer.cc
|
| index 20b139d68df4b06b8dfd7ec9fc6656f0ffb91321..851d1ec28ae99945ad71113032b11f45992a8fd1 100644
|
| --- a/remoting/protocol/protobuf_video_writer.cc
|
| +++ b/remoting/protocol/protobuf_video_writer.cc
|
| @@ -28,7 +28,7 @@ void ProtobufVideoWriter::Init(protocol::Session* session,
|
| channel_factory_ = session->GetTransportChannelFactory();
|
| initialized_callback_ = callback;
|
|
|
| - channel_factory_->CreateStreamChannel(
|
| + channel_factory_->CreateChannel(
|
| kVideoChannelName,
|
| base::Bind(&ProtobufVideoWriter::OnChannelReady, base::Unretained(this)));
|
| }
|
|
|