| Index: net/ssl/server_bound_cert_service_unittest.cc
|
| diff --git a/net/ssl/server_bound_cert_service_unittest.cc b/net/ssl/server_bound_cert_service_unittest.cc
|
| index fc25b0b93227261f5a4c8f9de141a953a58580a0..864806f5c69f9061e087198f26a7aadc37792a55 100644
|
| --- a/net/ssl/server_bound_cert_service_unittest.cc
|
| +++ b/net/ssl/server_bound_cert_service_unittest.cc
|
| @@ -24,9 +24,11 @@ namespace net {
|
|
|
| namespace {
|
|
|
| +#if !defined(USE_OPENSSL)
|
| void FailTest(int /* result */) {
|
| FAIL();
|
| }
|
| +#endif // !defined(USE_OPENSSL)
|
|
|
| // Simple task runner that refuses to actually post any tasks. This simulates
|
| // a TaskRunner that has been shutdown, by returning false for any attempt to
|
|
|