| 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 0bf21023dec8daaa8bb35c14f6311d708951431b..cef746886bde421e4396d6e494db462e965a2249 100644
|
| --- a/chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.h
|
| +++ b/chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.h
|
| @@ -41,8 +41,8 @@ class AlternateNavInfoBarDelegate : public infobars::InfoBarDelegate {
|
| scoped_ptr<AlternateNavInfoBarDelegate> delegate);
|
|
|
| // InfoBarDelegate:
|
| - virtual int GetIconID() const OVERRIDE;
|
| - virtual Type GetInfoBarType() const OVERRIDE;
|
| + virtual int GetIconID() const override;
|
| + virtual Type GetInfoBarType() const override;
|
|
|
| Profile* profile_;
|
| const base::string16 text_;
|
|
|