| Index: net/ssl/ssl_client_auth_cache_unittest.cc
|
| diff --git a/net/ssl/ssl_client_auth_cache_unittest.cc b/net/ssl/ssl_client_auth_cache_unittest.cc
|
| index 284fb46eda86a329ff2addb06f5669df5ed4458d..5d404b1b449ca4d54b2e488d2df3db512f9e248c 100644
|
| --- a/net/ssl/ssl_client_auth_cache_unittest.cc
|
| +++ b/net/ssl/ssl_client_auth_cache_unittest.cc
|
| @@ -26,7 +26,7 @@ TEST(SSLClientAuthCacheTest, LookupAddRemove) {
|
|
|
| HostPortPair server3("foo3", 443);
|
| scoped_refptr<X509Certificate> cert3(
|
| - new X509Certificate("foo3", "CA", start_date, expiration_date));
|
| + new X509Certificate("foo3", "CA", start_date, expiration_date));
|
|
|
| scoped_refptr<X509Certificate> cached_cert;
|
| // Lookup non-existent client certificate.
|
|
|