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 7c07fc2b243c74b835c3fcccb232a2df97c33ec8..834e42a6cb3ebb9ce72e420a8b6b9772a3d7f9bb 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 @@ void CryptAuthGCMManagerImpl::OnMessage(const std::string& app_id, |
PA_LOG(INFO) << "GCM message received:\n" |
<< " sender_id: " << message.sender_id << "\n" |
<< " collapse_key: " << message.collapse_key << "\n" |
- << " data:\n " << JoinString(fields, "\n "); |
+ << " data:\n " << base::JoinString(fields, "\n "); |
if (message.data.find(kRegistrationTickleTypeKey) == message.data.end()) { |
PA_LOG(WARNING) << "GCM message does not contain 'registrationTickleType'."; |