| Index: chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.h
|
| diff --git a/chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.h b/chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.h
|
| index cef746886bde421e4396d6e494db462e965a2249..9bc74c6726586488fa071a9272e5ae775982772f 100644
|
| --- a/chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.h
|
| +++ b/chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.h
|
| @@ -17,7 +17,7 @@ class WebContents;
|
|
|
| class AlternateNavInfoBarDelegate : public infobars::InfoBarDelegate {
|
| public:
|
| - virtual ~AlternateNavInfoBarDelegate();
|
| + ~AlternateNavInfoBarDelegate() override;
|
|
|
| // Creates an alternate nav infobar and delegate and adds the infobar to the
|
| // infobar service for |web_contents|.
|
| @@ -41,8 +41,8 @@ class AlternateNavInfoBarDelegate : public infobars::InfoBarDelegate {
|
| scoped_ptr<AlternateNavInfoBarDelegate> delegate);
|
|
|
| // InfoBarDelegate:
|
| - virtual int GetIconID() const override;
|
| - virtual Type GetInfoBarType() const override;
|
| + int GetIconID() const override;
|
| + Type GetInfoBarType() const override;
|
|
|
| Profile* profile_;
|
| const base::string16 text_;
|
|
|