Index: components/autofill/core/browser/test_autofill_client.h |
diff --git a/components/autofill/core/browser/test_autofill_client.h b/components/autofill/core/browser/test_autofill_client.h |
index 9941c02d5425bc022bee7f1ed5db55d7e21f33b0..68fafbec64ff413d7cb4c80d2b4e2370db7dc382 100644 |
--- a/components/autofill/core/browser/test_autofill_client.h |
+++ b/components/autofill/core/browser/test_autofill_client.h |
@@ -36,9 +36,11 @@ class TestAutofillClient : public AutofillClient { |
void ShowUnmaskPrompt(const CreditCard& card, |
base::WeakPtr<CardUnmaskDelegate> delegate) override; |
void OnUnmaskVerificationResult(PaymentsRpcResult result) override; |
- void ConfirmSaveCreditCardLocally(const base::Closure& callback) override; |
+ void ConfirmSaveCreditCardLocally(const base::Closure& callback, |
+ const CreditCard& card) override; |
void ConfirmSaveCreditCardToCloud( |
const base::Closure& callback, |
+ const CreditCard& card, |
scoped_ptr<base::DictionaryValue> legal_message) override; |
void LoadRiskData( |
const base::Callback<void(const std::string&)>& callback) override; |