| Index: remoting/test/remote_host_info.cc
|
| diff --git a/remoting/test/remote_host_info.cc b/remoting/test/remote_host_info.cc
|
| index 3e794927dc04a4440b93bd2503ff4368775ae5d1..c4f97cdc9d94c9bfa6807c5e8ea4a46b3a1f65b9 100644
|
| --- a/remoting/test/remote_host_info.cc
|
| +++ b/remoting/test/remote_host_info.cc
|
| @@ -53,7 +53,7 @@ ConnectionSetupInfo RemoteHostInfo::GenerateConnectionSetupInfo(
|
| connection_setup_info.user_name = user_name;
|
|
|
| connection_setup_info.auth_methods.push_back(
|
| - protocol::AuthenticationMethod::ThirdParty());
|
| + protocol::AuthenticationMethod::THIRD_PARTY);
|
|
|
| return connection_setup_info;
|
| }
|
|
|