Index: components/google/core/browser/google_url_tracker_map_entry.h |
diff --git a/components/google/core/browser/google_url_tracker_map_entry.h b/components/google/core/browser/google_url_tracker_map_entry.h |
index 4722f010c39201c61c0adfe9856bc8f64dcde327..bfa3ddcda73e509ee2a53c49228befaa633451f2 100644 |
--- a/components/google/core/browser/google_url_tracker_map_entry.h |
+++ b/components/google/core/browser/google_url_tracker_map_entry.h |
@@ -48,9 +48,9 @@ class GoogleURLTrackerMapEntry : public infobars::InfoBarManager::Observer { |
// infobars::InfoBarManager::Observer: |
virtual void OnInfoBarRemoved(infobars::InfoBar* infobar, |
- bool animate) OVERRIDE; |
+ bool animate) override; |
virtual void OnManagerShuttingDown( |
- infobars::InfoBarManager* manager) OVERRIDE; |
+ infobars::InfoBarManager* manager) override; |
GoogleURLTracker* const google_url_tracker_; |
infobars::InfoBarManager* const infobar_manager_; |