| Index: chrome/browser/autofill/autofill_cc_infobar_delegate.cc
|
| diff --git a/chrome/browser/autofill/autofill_cc_infobar_delegate.cc b/chrome/browser/autofill/autofill_cc_infobar_delegate.cc
|
| index 3bad774b8c8ad2c48812eee713f0f5b5a721121d..7d13104cda840e70bb11c8fb49778847d6e0c07c 100644
|
| --- a/chrome/browser/autofill/autofill_cc_infobar_delegate.cc
|
| +++ b/chrome/browser/autofill/autofill_cc_infobar_delegate.cc
|
| @@ -58,7 +58,7 @@ void AutofillCCInfoBarDelegate::InfoBarDismissed() {
|
| }
|
|
|
| int AutofillCCInfoBarDelegate::GetIconID() const {
|
| - return IDR_INFOBAR_AUTOFILL;
|
| + return IDR_INFOBAR_AUTOFILL_CC;
|
| }
|
|
|
| infobars::InfoBarDelegate::Type AutofillCCInfoBarDelegate::GetInfoBarType()
|
|
|