Index: net/quic/crypto/crypto_handshake.cc |
diff --git a/net/quic/crypto/crypto_handshake.cc b/net/quic/crypto/crypto_handshake.cc |
index be296be7db660eea0050c5797d728ef6e00bf7d0..40889b8a9606cd44e2a01400e518ee46f8f36582 100644 |
--- a/net/quic/crypto/crypto_handshake.cc |
+++ b/net/quic/crypto/crypto_handshake.cc |
@@ -836,7 +836,7 @@ QuicErrorCode QuicCryptoClientConfig::ProcessServerHello( |
return QUIC_NO_ERROR; |
} |
-const ProofVerifier* QuicCryptoClientConfig::proof_verifier() const { |
+ProofVerifier* QuicCryptoClientConfig::proof_verifier() const { |
return proof_verifier_.get(); |
} |