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 ea36a9ca3eb4c3b58eb3786147088830698647eb..e936e42e53fc79a9f2b6fd6c51204f995b989e30 100644 |
--- a/components/autofill/core/browser/test_autofill_client.h |
+++ b/components/autofill/core/browser/test_autofill_client.h |
@@ -43,6 +43,8 @@ class TestAutofillClient : public AutofillClient { |
const CreditCard& card, |
std::unique_ptr<base::DictionaryValue> legal_message, |
const base::Closure& callback) override; |
+ void ConfirmCreditCardFillAssist(const CreditCard& card, |
+ const base::Closure& callback) override; |
void LoadRiskData( |
const base::Callback<void(const std::string&)>& callback) override; |
bool HasCreditCardScanFeature() override; |