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

Unified Diff: components/password_manager/core/browser/password_manager_internals_service.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/password_manager/core/browser/password_manager_internals_service.h
diff --git a/components/password_manager/core/browser/password_manager_internals_service.h b/components/password_manager/core/browser/password_manager_internals_service.h
index b0d5f7a9fc83873ffecd839a9d5d6e4d3376ce57..bc7b3113d0f1bea1b96f88e630558f9ec70e58d9 100644
--- a/components/password_manager/core/browser/password_manager_internals_service.h
+++ b/components/password_manager/core/browser/password_manager_internals_service.h
@@ -27,7 +27,7 @@ class PasswordManagerInternalsService : public KeyedService,
// Both properties are guarantied by the BrowserContextKeyedFactory framework,
// so the service itself does not need the context on creation.
PasswordManagerInternalsService();
- virtual ~PasswordManagerInternalsService();
+ ~PasswordManagerInternalsService() override;
private:
DISALLOW_COPY_AND_ASSIGN(PasswordManagerInternalsService);

Powered by Google App Engine
This is Rietveld 408576698