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

Unified Diff: components/ownership/mock_owner_key_util.h

Issue 684513002: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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 | « components/os_crypt/os_crypt_unittest.cc ('k') | components/ownership/owner_key_util_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ownership/mock_owner_key_util.h
diff --git a/components/ownership/mock_owner_key_util.h b/components/ownership/mock_owner_key_util.h
index 7c4f9cdcf58ed6b5f587d17047b8041a66eefd22..4b0cc8da0362e4ff7a79ff7ec26631dcc6089683 100644
--- a/components/ownership/mock_owner_key_util.h
+++ b/components/ownership/mock_owner_key_util.h
@@ -25,9 +25,8 @@ class OWNERSHIP_EXPORT MockOwnerKeyUtil : public OwnerKeyUtil {
// OwnerKeyUtil implementation:
bool ImportPublicKey(std::vector<uint8>* output) override;
#if defined(USE_NSS)
- virtual crypto::RSAPrivateKey* FindPrivateKeyInSlot(
- const std::vector<uint8>& key,
- PK11SlotInfo* slot) override;
+ crypto::RSAPrivateKey* FindPrivateKeyInSlot(const std::vector<uint8>& key,
+ PK11SlotInfo* slot) override;
#endif // defined(USE_NSS)
bool IsPublicKeyPresent() override;
« no previous file with comments | « components/os_crypt/os_crypt_unittest.cc ('k') | components/ownership/owner_key_util_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698