| 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 58d9a34b17c7912f72919ec214d9e967a7e7dc6b..b7ad921199b352151bc2ae92efc6de3d7b351dd7 100644
|
| --- a/chrome/browser/autofill/autofill_cc_infobar_delegate.h
|
| +++ b/chrome/browser/autofill/autofill_cc_infobar_delegate.h
|
| @@ -46,17 +46,17 @@ class AutofillCCInfoBarDelegate : public ConfirmInfoBarDelegate {
|
| void LogUserAction(AutofillMetrics::InfoBarMetric user_action);
|
|
|
| // ConfirmInfoBarDelegate:
|
| - virtual void InfoBarDismissed() OVERRIDE;
|
| - virtual int GetIconID() const OVERRIDE;
|
| - virtual Type GetInfoBarType() const OVERRIDE;
|
| + virtual void InfoBarDismissed() override;
|
| + virtual int GetIconID() const override;
|
| + virtual Type GetInfoBarType() const override;
|
| virtual bool ShouldExpireInternal(
|
| - const NavigationDetails& details) const OVERRIDE;
|
| - virtual base::string16 GetMessageText() const OVERRIDE;
|
| - virtual base::string16 GetButtonLabel(InfoBarButton button) const OVERRIDE;
|
| - virtual bool Accept() OVERRIDE;
|
| - virtual bool Cancel() OVERRIDE;
|
| - virtual base::string16 GetLinkText() const OVERRIDE;
|
| - virtual bool LinkClicked(WindowOpenDisposition disposition) OVERRIDE;
|
| + const NavigationDetails& details) const override;
|
| + virtual base::string16 GetMessageText() const override;
|
| + virtual base::string16 GetButtonLabel(InfoBarButton button) const override;
|
| + virtual bool Accept() override;
|
| + virtual bool Cancel() override;
|
| + virtual base::string16 GetLinkText() const override;
|
| + virtual bool LinkClicked(WindowOpenDisposition disposition) override;
|
|
|
| // For logging UMA metrics.
|
| // Weak reference. Owned by the AutofillManager that initiated this infobar.
|
|
|