| Index: components/autofill/core/browser/test_autofill_client.cc
|
| diff --git a/components/autofill/core/browser/test_autofill_client.cc b/components/autofill/core/browser/test_autofill_client.cc
|
| index abcfb53405782f9ef1e400e52579e229cc4d54a0..eef879de62f7c28fea7a8fb2745e56fea7e8fcb9 100644
|
| --- a/components/autofill/core/browser/test_autofill_client.cc
|
| +++ b/components/autofill/core/browser/test_autofill_client.cc
|
| @@ -42,7 +42,7 @@ void TestAutofillClient::ShowUnmaskPrompt(
|
| base::WeakPtr<CardUnmaskDelegate> delegate) {
|
| }
|
|
|
| -void TestAutofillClient::OnUnmaskVerificationResult(bool success) {
|
| +void TestAutofillClient::OnUnmaskVerificationResult(GetRealPanResult result) {
|
| }
|
|
|
| void TestAutofillClient::ConfirmSaveCreditCard(
|
|
|