| Index: components/proximity_auth/cryptauth/cryptauth_gcm_manager_impl.cc
|
| diff --git a/components/proximity_auth/cryptauth/cryptauth_gcm_manager_impl.cc b/components/proximity_auth/cryptauth/cryptauth_gcm_manager_impl.cc
|
| index 834e42a6cb3ebb9ce72e420a8b6b9772a3d7f9bb..7c07fc2b243c74b835c3fcccb232a2df97c33ec8 100644
|
| --- a/components/proximity_auth/cryptauth/cryptauth_gcm_manager_impl.cc
|
| +++ b/components/proximity_auth/cryptauth/cryptauth_gcm_manager_impl.cc
|
| @@ -93,7 +93,7 @@
|
| PA_LOG(INFO) << "GCM message received:\n"
|
| << " sender_id: " << message.sender_id << "\n"
|
| << " collapse_key: " << message.collapse_key << "\n"
|
| - << " data:\n " << base::JoinString(fields, "\n ");
|
| + << " data:\n " << JoinString(fields, "\n ");
|
|
|
| if (message.data.find(kRegistrationTickleTypeKey) == message.data.end()) {
|
| PA_LOG(WARNING) << "GCM message does not contain 'registrationTickleType'.";
|
|
|