| Index: net/cert/ct_policy_enforcer.h
|
| diff --git a/net/cert/ct_policy_enforcer.h b/net/cert/ct_policy_enforcer.h
|
| index c49e09101b14d8c7fc6618e082ce35a58399f277..d4baa75a590687948921f478ef1e73d135dba6ea 100644
|
| --- a/net/cert/ct_policy_enforcer.h
|
| +++ b/net/cert/ct_policy_enforcer.h
|
| @@ -85,7 +85,7 @@ class NET_EXPORT CTPolicyEnforcer {
|
| virtual ct::CertPolicyCompliance DoesConformToCertPolicy(
|
| X509Certificate* cert,
|
| const SCTList& verified_scts,
|
| - const BoundNetLog& net_log);
|
| + const NetLogWithSource& net_log);
|
|
|
| // Returns the CT/EV policy compliance status for a given certificate
|
| // and collection of SCTs.
|
| @@ -99,7 +99,7 @@ class NET_EXPORT CTPolicyEnforcer {
|
| X509Certificate* cert,
|
| const ct::EVCertsWhitelist* ev_whitelist,
|
| const SCTList& verified_scts,
|
| - const BoundNetLog& net_log);
|
| + const NetLogWithSource& net_log);
|
| };
|
|
|
| } // namespace net
|
|
|