| Index: remoting/protocol/jingle_connection_to_host.cc
|
| diff --git a/remoting/protocol/jingle_connection_to_host.cc b/remoting/protocol/jingle_connection_to_host.cc
|
| index ec73780e70b88ed5cc2b5252d50b505b4e582025..e31d351a4eba48453eeb92aed7b51f720108680a 100644
|
| --- a/remoting/protocol/jingle_connection_to_host.cc
|
| +++ b/remoting/protocol/jingle_connection_to_host.cc
|
| @@ -82,8 +82,8 @@ void JingleConnectionToHost::InitSession() {
|
| NewCallback(this, &JingleConnectionToHost::OnNewSession));
|
| session_manager_ = session_manager;
|
|
|
| - CandidateChromotocolConfig* candidate_config =
|
| - CandidateChromotocolConfig::CreateDefault();
|
| + CandidateSessionConfig* candidate_config =
|
| + CandidateSessionConfig::CreateDefault();
|
| // TODO(sergeyu): Set resolution in the |candidate_config| to the desired
|
| // resolution.
|
|
|
|
|