| 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;
|
|
|
|
|