| Index: components/autofill/content/browser/wallet/mock_wallet_client.h
|
| diff --git a/components/autofill/content/browser/wallet/mock_wallet_client.h b/components/autofill/content/browser/wallet/mock_wallet_client.h
|
| index c8d03b33a46260fd2e2562f45221cbd2b5f90de2..99d64c88df7593154429fead4190f80674b088f9 100644
|
| --- a/components/autofill/content/browser/wallet/mock_wallet_client.h
|
| +++ b/components/autofill/content/browser/wallet/mock_wallet_client.h
|
| @@ -51,10 +51,9 @@ class MockWalletClient : public WalletClient {
|
| Address* address,
|
| const GURL& source_url));
|
|
|
| - MOCK_METHOD4(SendAutocheckoutStatus,
|
| + MOCK_METHOD3(SendAutocheckoutStatus,
|
| void(autofill::AutocheckoutStatus status,
|
| const GURL& source_url,
|
| - const std::vector<AutocheckoutStatistic>& latency_statistics,
|
| const std::string& google_transaction_id));
|
|
|
| private:
|
|
|