| Index: chrome/browser/supervised_user/supervised_user_navigation_observer.cc
|
| diff --git a/chrome/browser/supervised_user/supervised_user_navigation_observer.cc b/chrome/browser/supervised_user/supervised_user_navigation_observer.cc
|
| index d601f4f06a67acf7358b370fa6a1b98650f5f047..655222d06a6c1e49ccd4dc66b032a67e251926d1 100644
|
| --- a/chrome/browser/supervised_user/supervised_user_navigation_observer.cc
|
| +++ b/chrome/browser/supervised_user/supervised_user_navigation_observer.cc
|
| @@ -88,12 +88,12 @@ class SupervisedUserWarningInfoBarDelegate : public ConfirmInfoBarDelegate {
|
| virtual ~SupervisedUserWarningInfoBarDelegate();
|
|
|
| // ConfirmInfoBarDelegate:
|
| - virtual bool ShouldExpire(const NavigationDetails& details) const OVERRIDE;
|
| - virtual void InfoBarDismissed() OVERRIDE;
|
| - virtual base::string16 GetMessageText() const OVERRIDE;
|
| - virtual int GetButtons() const OVERRIDE;
|
| - virtual base::string16 GetButtonLabel(InfoBarButton button) const OVERRIDE;
|
| - virtual bool Accept() OVERRIDE;
|
| + virtual bool ShouldExpire(const NavigationDetails& details) const override;
|
| + virtual void InfoBarDismissed() override;
|
| + virtual base::string16 GetMessageText() const override;
|
| + virtual int GetButtons() const override;
|
| + virtual base::string16 GetButtonLabel(InfoBarButton button) const override;
|
| + virtual bool Accept() override;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(SupervisedUserWarningInfoBarDelegate);
|
| };
|
|
|