Index: components/autofill/browser/wallet/wallet_client.h |
diff --git a/components/autofill/browser/wallet/wallet_client.h b/components/autofill/browser/wallet/wallet_client.h |
index 31ec90ab269527f4dfa0613456fb80f1f81d742a..3b00a9f1b68a491485eb11d1fa8acb65b393adcc 100644 |
--- a/components/autofill/browser/wallet/wallet_client.h |
+++ b/components/autofill/browser/wallet/wallet_client.h |
@@ -15,7 +15,6 @@ |
#include "base/values.h" |
#include "components/autofill/browser/autofill_manager_delegate.h" |
#include "components/autofill/browser/autofill_metrics.h" |
-#include "components/autofill/browser/wallet/cart.h" |
#include "components/autofill/browser/wallet/encryption_escrow_client.h" |
#include "components/autofill/browser/wallet/encryption_escrow_client_observer.h" |
#include "components/autofill/browser/wallet/full_wallet.h" |
@@ -102,7 +101,6 @@ class WalletClient |
FullWalletRequest(const std::string& instrument_id, |
const std::string& address_id, |
const GURL& source_url, |
- const Cart& cart, |
const std::string& google_transaction_id, |
const std::vector<RiskCapability> risk_capabilities); |
~FullWalletRequest(); |
@@ -118,9 +116,6 @@ class WalletClient |
// The URL that Online Wallet usage is being initiated on. |
GURL source_url; |
- // Cart information. |
- Cart cart; |
- |
// The transaction ID from GetWalletItems. |
std::string google_transaction_id; |