| Index: blimp/common/logging_unittest.cc
|
| diff --git a/blimp/common/logging_unittest.cc b/blimp/common/logging_unittest.cc
|
| index 189a6b390c58d8c111cee82bbb16d28a1af96c21..4bd9ed68c9ab5dce9d8221fdeb67bfa0f80ed9e8 100644
|
| --- a/blimp/common/logging_unittest.cc
|
| +++ b/blimp/common/logging_unittest.cc
|
| @@ -227,7 +227,7 @@ TEST_F(LoggingTest, ProtocolControl) {
|
| start_connection_msg.mutable_protocol_control()->mutable_start_connection();
|
| start_connection_msg.mutable_protocol_control()
|
| ->mutable_start_connection()
|
| - ->set_client_token("token");
|
| + ->set_client_auth_token("token");
|
| start_connection_msg.mutable_protocol_control()
|
| ->mutable_start_connection()
|
| ->set_protocol_version(2);
|
|
|