Index: net/cert/nss_profile_filter_chromeos.h |
diff --git a/net/cert/nss_profile_filter_chromeos.h b/net/cert/nss_profile_filter_chromeos.h |
index d5ff8186888495c78bf8831a1dd0e1ab4eab194f..363bc1077e4fd09bbb9562c4901edaaa3314887d 100644 |
--- a/net/cert/nss_profile_filter_chromeos.h |
+++ b/net/cert/nss_profile_filter_chromeos.h |
@@ -26,7 +26,7 @@ class NET_EXPORT NSSProfileFilterChromeOS { |
crypto::ScopedPK11Slot private_slot); |
bool IsModuleAllowed(PK11SlotInfo* slot) const; |
- bool IsCertAllowed(const scoped_refptr<X509Certificate>& cert) const; |
+ bool IsCertAllowed(CERTCertificate* cert) const; |
class CertNotAllowedForProfilePredicate { |
public: |