Index: chrome/browser/download/download_request_infobar_delegate.h |
diff --git a/chrome/browser/download/download_request_infobar_delegate.h b/chrome/browser/download/download_request_infobar_delegate.h |
index 100e4b24f41843196c60acc77667269d756c79fc..0d80c46c1c7fa4628e9fc4c247f3cd27f62b2007 100644 |
--- a/chrome/browser/download/download_request_infobar_delegate.h |
+++ b/chrome/browser/download/download_request_infobar_delegate.h |
@@ -47,11 +47,11 @@ class DownloadRequestInfoBarDelegate : public ConfirmInfoBarDelegate { |
base::WeakPtr<DownloadRequestLimiter::TabDownloadState> host); |
// ConfirmInfoBarDelegate: |
- virtual int GetIconID() const OVERRIDE; |
- virtual base::string16 GetMessageText() const OVERRIDE; |
- virtual base::string16 GetButtonLabel(InfoBarButton button) const OVERRIDE; |
- virtual bool Accept() OVERRIDE; |
- virtual bool Cancel() OVERRIDE; |
+ virtual int GetIconID() const override; |
+ virtual base::string16 GetMessageText() const override; |
+ virtual base::string16 GetButtonLabel(InfoBarButton button) const override; |
+ virtual bool Accept() override; |
+ virtual bool Cancel() override; |
bool responded_; |
base::WeakPtr<DownloadRequestLimiter::TabDownloadState> host_; |