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

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

Issue 824513003: Standardize usage of virtual/override/final specifiers in components/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years 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
« no previous file with comments | « components/domain_reliability/util.h ('k') | components/infobars/core/infobar_container.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 79c52b79778b653b03d75b6ecf994ad51ec6063d..b19b224c1f26042f4318f2154a03ccb54c8c4533 100644
--- a/components/google/core/browser/google_url_tracker_map_entry.h
+++ b/components/google/core/browser/google_url_tracker_map_entry.h
@@ -22,7 +22,7 @@ class GoogleURLTrackerMapEntry : public infobars::InfoBarManager::Observer {
GoogleURLTracker* google_url_tracker,
infobars::InfoBarManager* infobar_manager,
scoped_ptr<GoogleURLTrackerNavigationHelper> navigation_helper);
- virtual ~GoogleURLTrackerMapEntry();
+ ~GoogleURLTrackerMapEntry() override;
bool has_infobar_delegate() const { return !!infobar_delegate_; }
GoogleURLTrackerInfoBarDelegate* infobar_delegate() {
« no previous file with comments | « components/domain_reliability/util.h ('k') | components/infobars/core/infobar_container.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698