| Index: chrome/browser/autofill/autofill_cc_infobar_delegate.h
|
| diff --git a/chrome/browser/autofill/autofill_cc_infobar_delegate.h b/chrome/browser/autofill/autofill_cc_infobar_delegate.h
|
| index aa4500f1e0969593a9c551178b27bfbfcd73ead7..7b0c82a647d4ddff6056e7388e6252ce29cbcb71 100644
|
| --- a/chrome/browser/autofill/autofill_cc_infobar_delegate.h
|
| +++ b/chrome/browser/autofill/autofill_cc_infobar_delegate.h
|
| @@ -24,7 +24,7 @@ struct LoadCommittedDetails;
|
| // card information gathered from a form submission.
|
| class AutofillCCInfoBarDelegate : public ConfirmInfoBarDelegate {
|
| public:
|
| - AutofillCCInfoBarDelegate(InfoBarTabHelper* infobar_helper,
|
| + AutofillCCInfoBarDelegate(InfoBarTabService* infobar_service,
|
| const CreditCard* credit_card,
|
| PersonalDataManager* personal_data,
|
| const AutofillMetrics* metric_logger);
|
|
|