| Index: net/socket/ssl_client_socket_unittest.cc
|
| diff --git a/net/socket/ssl_client_socket_unittest.cc b/net/socket/ssl_client_socket_unittest.cc
|
| index 1dd9fb43711322815603407296415684eb878563..5e03e3c735e7e2423b3d86d6399a4e19515cdd1b 100644
|
| --- a/net/socket/ssl_client_socket_unittest.cc
|
| +++ b/net/socket/ssl_client_socket_unittest.cc
|
| @@ -17,6 +17,7 @@
|
| #include "net/base/test_data_directory.h"
|
| #include "net/cert/asn1_util.h"
|
| #include "net/cert/ct_verifier.h"
|
| +#include "net/cert/ct_verify_result.h"
|
| #include "net/cert/mock_cert_verifier.h"
|
| #include "net/cert/test_root_certs.h"
|
| #include "net/dns/host_resolver.h"
|
| @@ -660,6 +661,8 @@ class MockCTVerifier : public CTVerifier {
|
| const std::string&,
|
| ct::CTVerifyResult*,
|
| const BoundNetLog&));
|
| +
|
| + uint32_t GetNumKnownLogs() override { return 3; }
|
| };
|
|
|
| class SSLClientSocketTest : public PlatformTest {
|
|
|