| Index: remoting/protocol/video_reader.cc
|
| diff --git a/remoting/protocol/video_reader.cc b/remoting/protocol/video_reader.cc
|
| index b026ac91cfbeb4f67313cccf872a16f8adf0c5dc..832eb046f5eb90e0a5e37d579dfa27019c87b5fa 100644
|
| --- a/remoting/protocol/video_reader.cc
|
| +++ b/remoting/protocol/video_reader.cc
|
| @@ -4,7 +4,7 @@
|
|
|
| #include "remoting/protocol/video_reader.h"
|
|
|
| -#include "remoting/protocol/chromotocol_config.h"
|
| +#include "remoting/protocol/session_config.h"
|
| #include "remoting/protocol/protobuf_video_reader.h"
|
| #include "remoting/protocol/rtp_video_reader.h"
|
|
|
| @@ -14,7 +14,7 @@ namespace protocol {
|
| VideoReader::~VideoReader() { }
|
|
|
| // static
|
| -VideoReader* VideoReader::Create(const ChromotocolConfig* config) {
|
| +VideoReader* VideoReader::Create(const SessionConfig* config) {
|
| const ChannelConfig& video_config = config->video_config();
|
| if (video_config.transport == ChannelConfig::TRANSPORT_SRTP) {
|
| return new RtpVideoReader();
|
|
|