| 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..6b358259f5cf29c8a69305f7d0b6624233e8431e 100644
|
| --- a/components/autofill/core/browser/autofill_client.h
|
| +++ b/components/autofill/core/browser/autofill_client.h
|
| @@ -86,9 +86,7 @@ class AutofillClient {
|
| UNMASK_FOR_AUTOFILL,
|
| };
|
|
|
| - typedef base::Callback<void(const base::string16& /* card number */,
|
| - int /* exp month */,
|
| - int /* exp year */)> CreditCardScanCallback;
|
| + typedef base::Callback<void(const CreditCard&)> CreditCardScanCallback;
|
|
|
| virtual ~AutofillClient() {}
|
|
|
|
|