| 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 9358cca52bec8a504336d6c771fc31ada90b9995..4446ee606ce69aa82ad3cc65316434eeb067dba4 100644
|
| --- a/components/ownership/owner_key_util_impl.h
|
| +++ b/components/ownership/owner_key_util_impl.h
|
| @@ -21,10 +21,10 @@ class OWNERSHIP_EXPORT OwnerKeyUtilImpl : public OwnerKeyUtil {
|
|
|
| // OwnerKeyUtil implementation:
|
| bool ImportPublicKey(std::vector<uint8>* output) override;
|
| -#if defined(USE_NSS)
|
| +#if defined(USE_NSS_CERTS)
|
| crypto::RSAPrivateKey* FindPrivateKeyInSlot(const std::vector<uint8>& key,
|
| PK11SlotInfo* slot) override;
|
| -#endif // defined(USE_NSS)
|
| +#endif // defined(USE_NSS_CERTS)
|
| bool IsPublicKeyPresent() override;
|
|
|
| private:
|
|
|