Chromium Code Reviews| Index: net/ssl/ssl_info.h |
| diff --git a/net/ssl/ssl_info.h b/net/ssl/ssl_info.h |
| index d8333a35a899d09ccdf230bdb6fbb3ff991ffeaf..3f1dd2df4e1ed3265e8bab76c44fb37383ffc19d 100644 |
| --- a/net/ssl/ssl_info.h |
| +++ b/net/ssl/ssl_info.h |
| @@ -35,7 +35,7 @@ class NET_EXPORT SSLInfo { |
| void Reset(); |
| - bool is_valid() const { return cert != NULL; } |
| + bool is_valid() const { return cert.get() != NULL; } |
| // Adds the specified |error| to the cert status. |
| void SetCertError(int error); |