| Index: components/autofill/content/browser/wallet/wallet_client.h
|
| diff --git a/components/autofill/content/browser/wallet/wallet_client.h b/components/autofill/content/browser/wallet/wallet_client.h
|
| index dc4b3512f6d07f951503695a25189112b857dea7..1785cf69bc99304ec0e694500fa23e2b62142641 100644
|
| --- a/components/autofill/content/browser/wallet/wallet_client.h
|
| +++ b/components/autofill/content/browser/wallet/wallet_client.h
|
| @@ -210,7 +210,7 @@ class WalletClient
|
| // where the purchase occured, and |google_transaction_id| is the same as the
|
| // one provided by GetWalletItems. |latency_statistics| contain statistics
|
| // required to measure Autocheckout process.
|
| - void SendAutocheckoutStatus(
|
| + virtual void SendAutocheckoutStatus(
|
| autofill::AutocheckoutStatus status,
|
| const GURL& source_url,
|
| const std::vector<AutocheckoutStatistic>& latency_statistics,
|
|
|