Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(272)

Unified Diff: blimp/common/logging_unittest.cc

Issue 2281783002: Changes client_token to be client_auth_token. (Closed)
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698