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

Unified Diff: chrome/browser/password_manager/test_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
« no previous file with comments | « chrome/browser/password_manager/save_password_infobar_delegate.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/password_manager/test_password_store_service.h
diff --git a/chrome/browser/password_manager/test_password_store_service.h b/chrome/browser/password_manager/test_password_store_service.h
index b628faf2f23348236386bc885e8cee37a5f1afb7..9e28cc7b4d34f507ff0790967fe9c03af238c09b 100644
--- a/chrome/browser/password_manager/test_password_store_service.h
+++ b/chrome/browser/password_manager/test_password_store_service.h
@@ -23,7 +23,7 @@ class TestPasswordStoreService : public PasswordStoreService {
explicit TestPasswordStoreService(
scoped_refptr<password_manager::PasswordStore> password_store);
- virtual ~TestPasswordStoreService();
+ ~TestPasswordStoreService() override;
DISALLOW_COPY_AND_ASSIGN(TestPasswordStoreService);
};
« no previous file with comments | « chrome/browser/password_manager/save_password_infobar_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698