| Index: components/ownership/owner_key_util_impl.h
|
| diff --git a/components/ownership/owner_key_util_impl.h b/components/ownership/owner_key_util_impl.h
|
| index b6f18a7e353417289d581a97fd20ca4046009f56..9358cca52bec8a504336d6c771fc31ada90b9995 100644
|
| --- a/components/ownership/owner_key_util_impl.h
|
| +++ b/components/ownership/owner_key_util_impl.h
|
| @@ -22,9 +22,8 @@ class OWNERSHIP_EXPORT OwnerKeyUtilImpl : 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;
|
|
|
|
|