Index: components/google/core/browser/google_url_tracker_infobar_delegate.h |
diff --git a/components/google/core/browser/google_url_tracker_infobar_delegate.h b/components/google/core/browser/google_url_tracker_infobar_delegate.h |
index c422af171c88ada8abc0de1f8a726052faf47063..601b4b35931d73b44a27665c8615ffb44d7dc139 100644 |
--- a/components/google/core/browser/google_url_tracker_infobar_delegate.h |
+++ b/components/google/core/browser/google_url_tracker_infobar_delegate.h |
@@ -27,8 +27,8 @@ class GoogleURLTrackerInfoBarDelegate : public ConfirmInfoBarDelegate { |
const GURL& search_url); |
// ConfirmInfoBarDelegate: |
- virtual bool Accept() OVERRIDE; |
- virtual bool Cancel() OVERRIDE; |
+ virtual bool Accept() override; |
+ virtual bool Cancel() override; |
GoogleURLTrackerNavigationHelper* navigation_helper() { |
return navigation_helper_weak_ptr_; |
@@ -58,12 +58,12 @@ class GoogleURLTrackerInfoBarDelegate : public ConfirmInfoBarDelegate { |
private: |
// ConfirmInfoBarDelegate: |
- virtual base::string16 GetMessageText() const OVERRIDE; |
- virtual base::string16 GetButtonLabel(InfoBarButton button) const OVERRIDE; |
- virtual base::string16 GetLinkText() const OVERRIDE; |
- virtual bool LinkClicked(WindowOpenDisposition disposition) OVERRIDE; |
+ virtual base::string16 GetMessageText() const override; |
+ virtual base::string16 GetButtonLabel(InfoBarButton button) const override; |
+ virtual base::string16 GetLinkText() const override; |
+ virtual bool LinkClicked(WindowOpenDisposition disposition) override; |
virtual bool ShouldExpireInternal( |
- const NavigationDetails& details) const OVERRIDE; |
+ const NavigationDetails& details) const override; |
GoogleURLTracker* google_url_tracker_; |
scoped_ptr<GoogleURLTrackerNavigationHelper> navigation_helper_; |