Index: chrome/browser/net/spdyproxy/data_reduction_proxy_infobar_delegate.h |
diff --git a/chrome/browser/net/spdyproxy/data_reduction_proxy_infobar_delegate.h b/chrome/browser/net/spdyproxy/data_reduction_proxy_infobar_delegate.h |
index 3c7cc139954a2fb2777223d8f1ade0ac40225c8e..13a4dd1a3f0bcca4774337431d5ce081df47b8ac 100644 |
--- a/chrome/browser/net/spdyproxy/data_reduction_proxy_infobar_delegate.h |
+++ b/chrome/browser/net/spdyproxy/data_reduction_proxy_infobar_delegate.h |
@@ -33,10 +33,10 @@ class DataReductionProxyInfoBarDelegate : public ConfirmInfoBarDelegate { |
scoped_ptr<DataReductionProxyInfoBarDelegate> delegate); |
// ConfirmInfoBarDelegate |
- virtual base::string16 GetMessageText() const OVERRIDE; |
- virtual int GetButtons() const OVERRIDE; |
- virtual bool ShouldExpire(const NavigationDetails& details) const OVERRIDE; |
- virtual bool LinkClicked(WindowOpenDisposition disposition) OVERRIDE; |
+ virtual base::string16 GetMessageText() const override; |
+ virtual int GetButtons() const override; |
+ virtual bool ShouldExpire(const NavigationDetails& details) const override; |
+ virtual bool LinkClicked(WindowOpenDisposition disposition) override; |
std::string link_url_; |