| Index: components/autofill/core/browser/wallet/real_pan_wallet_client.h
|
| diff --git a/components/autofill/core/browser/wallet/real_pan_wallet_client.h b/components/autofill/core/browser/wallet/real_pan_wallet_client.h
|
| index 3323f919c70aab83531627552e53ce9e72d46a84..c2e0e6bcbce919db05b2630340ffa091a419c28c 100644
|
| --- a/components/autofill/core/browser/wallet/real_pan_wallet_client.h
|
| +++ b/components/autofill/core/browser/wallet/real_pan_wallet_client.h
|
| @@ -52,7 +52,9 @@ class RealPanWalletClient : public net::URLFetcherDelegate,
|
| void Prepare();
|
|
|
| // The user has attempted to unmask a card with the given cvc.
|
| - void UnmaskCard(const CreditCard& card, const std::string& cvc);
|
| + void UnmaskCard(const CreditCard& card,
|
| + const std::string& cvc,
|
| + const std::string& risk_data);
|
|
|
| // Cancels and clears the current |request_|.
|
| void CancelRequest();
|
|
|