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

Unified Diff: components/infobars/core/infobar_container.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
Index: components/infobars/core/infobar_container.h
diff --git a/components/infobars/core/infobar_container.h b/components/infobars/core/infobar_container.h
index d0b076a626527d5aab19b20aaaef42fa91811607..ab90ad1ae2a838c30d63782f5ed300f143419cf1 100644
--- a/components/infobars/core/infobar_container.h
+++ b/components/infobars/core/infobar_container.h
@@ -65,7 +65,7 @@ class InfoBarContainer : public InfoBarManager::Observer {
};
explicit InfoBarContainer(Delegate* delegate);
- virtual ~InfoBarContainer();
+ ~InfoBarContainer() override;
// Changes the InfoBarManager for which this container is showing infobars.
// This will hide all current infobars, remove them from the container, add
« no previous file with comments | « components/google/core/browser/google_url_tracker_map_entry.h ('k') | components/metrics/histogram_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698