| Index: net/spdy/spdy_test_util_common.cc
|
| diff --git a/net/spdy/spdy_test_util_common.cc b/net/spdy/spdy_test_util_common.cc
|
| index 4f133519d15cd7b66a8d213a168293eb19a7fbb6..c6f72fd2f7eab3f38b2b66b9fbea7ebf7a226795 100644
|
| --- a/net/spdy/spdy_test_util_common.cc
|
| +++ b/net/spdy/spdy_test_util_common.cc
|
| @@ -19,6 +19,7 @@
|
| #include "net/cert/ct_policy_status.h"
|
| #include "net/cert/mock_cert_verifier.h"
|
| #include "net/cert/multi_log_ct_verifier.h"
|
| +#include "net/cert/signed_certificate_timestamp_and_status.h"
|
| #include "net/http/http_cache.h"
|
| #include "net/http/http_network_session.h"
|
| #include "net/http/http_network_transaction.h"
|
| @@ -434,7 +435,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,
|
| + SignedCertificateTimestampAndStatusList* output_scts,
|
| const net::NetLogWithSource& net_log) override {
|
| return net::OK;
|
| }
|
|
|