| 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..a2f1fea7f5de9c9994d2dcb641843fd7e8ed9928 100644
|
| --- a/components/autofill/content/browser/wallet/mock_wallet_client.h
|
| +++ b/components/autofill/content/browser/wallet/mock_wallet_client.h
|
| @@ -51,12 +51,6 @@ class MockWalletClient : public WalletClient {
|
| Address* address,
|
| const GURL& source_url));
|
|
|
| - MOCK_METHOD4(SendAutocheckoutStatus,
|
| - void(autofill::AutocheckoutStatus status,
|
| - const GURL& source_url,
|
| - const std::vector<AutocheckoutStatistic>& latency_statistics,
|
| - const std::string& google_transaction_id));
|
| -
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(MockWalletClient);
|
| };
|
|
|