Chromium Code Reviews| Index: net/base/ssl_info.h |
| diff --git a/net/base/ssl_info.h b/net/base/ssl_info.h |
| index 25019a269934bd2c8dce596bc2b317891e854c4b..6eaba89f034470f820b2b59dd7560fc58da07602 100644 |
| --- a/net/base/ssl_info.h |
| +++ b/net/base/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); |