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

Unified Diff: chrome/browser/password_manager/null_password_store_service.h

Issue 659563005: Standardize usage of virtual/override/final in chrome/browser/password_manager (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/password_manager/null_password_store_service.h
diff --git a/chrome/browser/password_manager/null_password_store_service.h b/chrome/browser/password_manager/null_password_store_service.h
index cbb18032771923cef7b1a3801709647ab9bdb10e..a1ed9784a7cda144c36a9d5ca887cde86d2cb392 100644
--- a/chrome/browser/password_manager/null_password_store_service.h
+++ b/chrome/browser/password_manager/null_password_store_service.h
@@ -20,7 +20,7 @@ class NullPasswordStoreService : public PasswordStoreService {
private:
NullPasswordStoreService();
- virtual ~NullPasswordStoreService();
+ ~NullPasswordStoreService() override;
DISALLOW_COPY_AND_ASSIGN(NullPasswordStoreService);
};

Powered by Google App Engine
This is Rietveld 408576698