| Index: components/autofill/core/browser/autofill_client.h
|
| diff --git a/components/autofill/core/browser/autofill_client.h b/components/autofill/core/browser/autofill_client.h
|
| index d4756918bed47dc9d5f41224909a45fdae64fa27..40ee3dc8898e2d3c4b70453513a3eecc7b52e83b 100644
|
| --- a/components/autofill/core/browser/autofill_client.h
|
| +++ b/components/autofill/core/browser/autofill_client.h
|
| @@ -86,7 +86,8 @@ class AutofillClient {
|
| UNMASK_FOR_AUTOFILL,
|
| };
|
|
|
| - typedef base::Callback<void(const base::string16& /* card number */,
|
| + typedef base::Callback<void(const base::string16& /* card holder name */,
|
| + const base::string16& /* card number */,
|
| int /* exp month */,
|
| int /* exp year */)> CreditCardScanCallback;
|
|
|
|
|