| Index: chrome/browser/content_settings/permission_infobar_delegate.h
|
| diff --git a/chrome/browser/content_settings/permission_infobar_delegate.h b/chrome/browser/content_settings/permission_infobar_delegate.h
|
| index 16de839fcc5a3fd5615e8ccb6db734c8dbc0d972..7df11913343e2eee4bf1563fc825f41e2e63a3cf 100644
|
| --- a/chrome/browser/content_settings/permission_infobar_delegate.h
|
| +++ b/chrome/browser/content_settings/permission_infobar_delegate.h
|
| @@ -30,14 +30,14 @@ class PermissionInfobarDelegate : public ConfirmInfoBarDelegate {
|
| // ConfirmInfoBarDelegate:
|
| virtual base::string16 GetMessageText() const = 0;
|
|
|
| - virtual infobars::InfoBarDelegate::Type GetInfoBarType() const OVERRIDE;
|
| - virtual base::string16 GetButtonLabel(InfoBarButton button) const OVERRIDE;
|
| + virtual infobars::InfoBarDelegate::Type GetInfoBarType() const override;
|
| + virtual base::string16 GetButtonLabel(InfoBarButton button) const override;
|
|
|
| // Remember to call RegisterActionTaken for these methods if you are
|
| // overriding them.
|
| - virtual void InfoBarDismissed() OVERRIDE;
|
| - virtual bool Accept() OVERRIDE;
|
| - virtual bool Cancel() OVERRIDE;
|
| + virtual void InfoBarDismissed() override;
|
| + virtual bool Accept() override;
|
| + virtual bool Cancel() override;
|
|
|
| private:
|
| void SetPermission(bool update_content_setting, bool allowed);
|
|
|