| Index: components/autofill/core/browser/autofill_cc_infobar_delegate.h
|
| diff --git a/components/autofill/core/browser/autofill_cc_infobar_delegate.h b/components/autofill/core/browser/autofill_cc_infobar_delegate.h
|
| index b492fb752b0fb3be88a12bc41c2f09c97be48002..c5a685a1c528d1496a94797f40205e2d7d7bf361 100644
|
| --- a/components/autofill/core/browser/autofill_cc_infobar_delegate.h
|
| +++ b/components/autofill/core/browser/autofill_cc_infobar_delegate.h
|
| @@ -49,9 +49,9 @@ class AutofillCCInfoBarDelegate : public ConfirmInfoBarDelegate {
|
| void LogUserAction(AutofillMetrics::InfoBarMetric user_action);
|
|
|
| // ConfirmInfoBarDelegate:
|
| - void InfoBarDismissed() override;
|
| - int GetIconID() const override;
|
| Type GetInfoBarType() const override;
|
| + int GetIconID() const override;
|
| + void InfoBarDismissed() override;
|
| bool ShouldExpireInternal(const NavigationDetails& details) const override;
|
| base::string16 GetMessageText() const override;
|
| base::string16 GetButtonLabel(InfoBarButton button) const override;
|
|
|