| Index: chrome/browser/ui/auto_login_infobar_delegate.h
 | 
| diff --git a/chrome/browser/ui/auto_login_infobar_delegate.h b/chrome/browser/ui/auto_login_infobar_delegate.h
 | 
| index d5f5b30a0d2c6d7a442cf5817868db8d081bc452..7877240bd4103012420973f79396c765cfef5a6c 100644
 | 
| --- a/chrome/browser/ui/auto_login_infobar_delegate.h
 | 
| +++ b/chrome/browser/ui/auto_login_infobar_delegate.h
 | 
| @@ -56,18 +56,18 @@ class AutoLoginInfoBarDelegate : public ConfirmInfoBarDelegate,
 | 
|  
 | 
|   private:
 | 
|    // ConfirmInfoBarDelegate:
 | 
| -  virtual void InfoBarDismissed() OVERRIDE;
 | 
| -  virtual int GetIconID() const OVERRIDE;
 | 
| -  virtual Type GetInfoBarType() const OVERRIDE;
 | 
| -  virtual AutoLoginInfoBarDelegate* AsAutoLoginInfoBarDelegate() OVERRIDE;
 | 
| -  virtual base::string16 GetMessageText() const OVERRIDE;
 | 
| -  virtual base::string16 GetButtonLabel(InfoBarButton button) const OVERRIDE;
 | 
| -  virtual bool Accept() OVERRIDE;
 | 
| -  virtual bool Cancel() OVERRIDE;
 | 
| +  virtual void InfoBarDismissed() override;
 | 
| +  virtual int GetIconID() const override;
 | 
| +  virtual Type GetInfoBarType() const override;
 | 
| +  virtual AutoLoginInfoBarDelegate* AsAutoLoginInfoBarDelegate() override;
 | 
| +  virtual base::string16 GetMessageText() const override;
 | 
| +  virtual base::string16 GetButtonLabel(InfoBarButton button) const override;
 | 
| +  virtual bool Accept() override;
 | 
| +  virtual bool Cancel() override;
 | 
|  
 | 
|    // SigninManagerBase::Observer:
 | 
|    virtual void GoogleSignedOut(const std::string& account_id,
 | 
| -                               const std::string& username) OVERRIDE;
 | 
| +                               const std::string& username) override;
 | 
|  
 | 
|    const Params params_;
 | 
|  
 | 
| 
 |