Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(415)

Unified Diff: components/google/core/browser/google_url_tracker_map_entry.h

Issue 623133002: replace OVERRIDE and FINAL with override and final in components/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698