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

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

Issue 666133002: Standardize usage of virtual/override/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 bfa3ddcda73e509ee2a53c49228befaa633451f2..79c52b79778b653b03d75b6ecf994ad51ec6063d 100644
--- a/components/google/core/browser/google_url_tracker_map_entry.h
+++ b/components/google/core/browser/google_url_tracker_map_entry.h
@@ -47,10 +47,8 @@ class GoogleURLTrackerMapEntry : public infobars::InfoBarManager::Observer {
friend class GoogleURLTrackerTest;
// infobars::InfoBarManager::Observer:
- virtual void OnInfoBarRemoved(infobars::InfoBar* infobar,
- bool animate) override;
- virtual void OnManagerShuttingDown(
- infobars::InfoBarManager* manager) override;
+ void OnInfoBarRemoved(infobars::InfoBar* infobar, bool animate) override;
+ void OnManagerShuttingDown(infobars::InfoBarManager* manager) override;
GoogleURLTracker* const google_url_tracker_;
infobars::InfoBarManager* const infobar_manager_;

Powered by Google App Engine
This is Rietveld 408576698