| Index: components/autofill/core/browser/wallet/real_pan_wallet_client.cc
|
| diff --git a/components/autofill/core/browser/wallet/real_pan_wallet_client.cc b/components/autofill/core/browser/wallet/real_pan_wallet_client.cc
|
| index 9d41ab45e4bc0d66d0587f394d52526fe48f4064..ec7adb5c57f7353efb3e8c6e6b95b70386d0a851 100644
|
| --- a/components/autofill/core/browser/wallet/real_pan_wallet_client.cc
|
| +++ b/components/autofill/core/browser/wallet/real_pan_wallet_client.cc
|
| @@ -244,7 +244,7 @@ void RealPanWalletClient::CreateRequest() {
|
| request_dict.SetInteger("expiration_year", value);
|
|
|
| std::string json_request;
|
| - base::JSONWriter::Write(&request_dict, &json_request);
|
| + base::JSONWriter::Write(request_dict, &json_request);
|
| std::string post_body =
|
| base::StringPrintf(kUnmaskCardRequestFormat,
|
| net::EscapeUrlEncodedData(json_request, true).c_str(),
|
|
|