| Index: remoting/protocol/ssl_hmac_channel_authenticator.cc
|
| diff --git a/remoting/protocol/ssl_hmac_channel_authenticator.cc b/remoting/protocol/ssl_hmac_channel_authenticator.cc
|
| index 14001fc33bc3d11c51539634b8fbbe3f5e6e0382..e65fc3bd76f27c33c914f5a033178a2c36f71ea6 100644
|
| --- a/remoting/protocol/ssl_hmac_channel_authenticator.cc
|
| +++ b/remoting/protocol/ssl_hmac_channel_authenticator.cc
|
| @@ -21,10 +21,10 @@
|
| #include "net/base/net_errors.h"
|
| #include "net/cert/cert_status_flags.h"
|
| #include "net/cert/cert_verifier.h"
|
| -#include "net/cert/cert_verify_result.h"
|
| #include "net/cert/ct_policy_enforcer.h"
|
| #include "net/cert/ct_policy_status.h"
|
| #include "net/cert/ct_verifier.h"
|
| +#include "net/cert/signed_certificate_timestamp_and_status.h"
|
| #include "net/cert/x509_certificate.h"
|
| #include "net/http/transport_security_state.h"
|
| #include "net/log/net_log_with_source.h"
|
| @@ -75,7 +75,7 @@ class IgnoresCTVerifier : public net::CTVerifier {
|
| int Verify(net::X509Certificate* cert,
|
| const std::string& stapled_ocsp_response,
|
| const std::string& sct_list_from_tls_extension,
|
| - net::ct::CTVerifyResult* result,
|
| + net::SignedCertificateTimestampAndStatusList* output_scts,
|
| const net::NetLogWithSource& net_log) override {
|
| return net::OK;
|
| }
|
|
|