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

Unified Diff: chrome/browser/background/background_application_list_model.h

Issue 648653003: Standardize usage of virtual/override/final in chrome/browser/ (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: chrome/browser/background/background_application_list_model.h
diff --git a/chrome/browser/background/background_application_list_model.h b/chrome/browser/background/background_application_list_model.h
index 0a0821ed32776fe15f4e08e3b258b08b41824019..14f7d8ff3475797bfc686f81960f2d872ce7d803 100644
--- a/chrome/browser/background/background_application_list_model.h
+++ b/chrome/browser/background/background_application_list_model.h
@@ -49,7 +49,7 @@ class BackgroundApplicationListModel : public content::NotificationObserver {
// Create a new model associated with profile.
explicit BackgroundApplicationListModel(Profile* profile);
- virtual ~BackgroundApplicationListModel();
+ ~BackgroundApplicationListModel() override;
// Associate observer with this model.
void AddObserver(Observer* observer);
@@ -116,9 +116,9 @@ class BackgroundApplicationListModel : public content::NotificationObserver {
Application* FindApplication(const extensions::Extension* extension);
// content::NotificationObserver implementation.
- virtual void Observe(int type,
- const content::NotificationSource& source,
- const content::NotificationDetails& details) override;
+ void Observe(int type,
+ const content::NotificationSource& source,
+ const content::NotificationDetails& details) override;
// Notifies observers that some of the data associated with this background
// application, e. g. the Icon, has changed.
« no previous file with comments | « chrome/browser/autofill/personal_data_manager_factory.h ('k') | chrome/browser/background/background_contents_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698