Index: net/quic/quic_crypto_client_stream.cc |
diff --git a/net/quic/quic_crypto_client_stream.cc b/net/quic/quic_crypto_client_stream.cc |
index b82074678e9372897dfebdbb45acaf753b8426f1..26bd17170f7861e2a10c88151516335aa3abccdf 100644 |
--- a/net/quic/quic_crypto_client_stream.cc |
+++ b/net/quic/quic_crypto_client_stream.cc |
@@ -445,7 +445,7 @@ void QuicCryptoClientStream::DoVerifyProofComplete( |
if (!verify_ok_) { |
next_state_ = STATE_NONE; |
- if (verify_details_) { |
+ if (verify_details_.get()) { |
client_session()->OnProofVerifyDetailsAvailable(*verify_details_); |
} |
UMA_HISTOGRAM_BOOLEAN("Net.QuicVerifyProofFailed.HandshakeConfirmed", |