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 4b0cc8da0362e4ff7a79ff7ec26631dcc6089683..72fddc307414b3805bbd2208b122bac84ff17a09 100644 |
--- a/components/ownership/mock_owner_key_util.h |
+++ b/components/ownership/mock_owner_key_util.h |
@@ -24,10 +24,10 @@ class OWNERSHIP_EXPORT MockOwnerKeyUtil : 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; |
// Clears the public and private keys. |