| Index: net/cert/ct_verifier.h
|
| diff --git a/net/cert/ct_verifier.h b/net/cert/ct_verifier.h
|
| index cdc81c91cb450b0f6d793b5f181b4b29fd90523c..7a54dea5936c44997271827401076328f2c60448 100644
|
| --- a/net/cert/ct_verifier.h
|
| +++ b/net/cert/ct_verifier.h
|
| @@ -16,7 +16,7 @@ struct CTVerifyResult;
|
| struct SignedCertificateTimestamp;
|
| } // namespace ct
|
|
|
| -class BoundNetLog;
|
| +class NetLogWithSource;
|
| class CTLogVerifier;
|
| class X509Certificate;
|
|
|
| @@ -55,7 +55,7 @@ class NET_EXPORT CTVerifier {
|
| const std::string& stapled_ocsp_response,
|
| const std::string& sct_list_from_tls_extension,
|
| ct::CTVerifyResult* result,
|
| - const BoundNetLog& net_log) = 0;
|
| + const NetLogWithSource& net_log) = 0;
|
|
|
| // Registers |observer| to receive notifications of validated SCTs. Does not
|
| // take ownership of the observer as the observer may be performing
|
|
|