| Index: remoting/test/test_chromoting_client_unittest.cc
|
| diff --git a/remoting/test/test_chromoting_client_unittest.cc b/remoting/test/test_chromoting_client_unittest.cc
|
| index 6a4d2cbb39e3a4e0dd40adc3256bcfbc3c496c92..d4fd7e5920f658d95aaee891f5602dd2163ff0ba 100644
|
| --- a/remoting/test/test_chromoting_client_unittest.cc
|
| +++ b/remoting/test/test_chromoting_client_unittest.cc
|
| @@ -73,7 +73,7 @@ void TestChromotingClientTest::SetUp() {
|
|
|
| connection_setup_info_.host_jid = "test_host@faux_address.com/321";
|
| connection_setup_info_.auth_methods.push_back(
|
| - protocol::AuthenticationMethod::ThirdParty());
|
| + protocol::AuthenticationMethod::THIRD_PARTY);
|
| }
|
|
|
| void TestChromotingClientTest::TearDown() {
|
|
|