Index: net/quic/core/crypto/proof_source.h |
diff --git a/net/quic/core/crypto/proof_source.h b/net/quic/core/crypto/proof_source.h |
index db321970ac7676a575efa9265ff2f74bd9cff694..50cbe26cac0c1559894157185a75fcda909b97ec 100644 |
--- a/net/quic/core/crypto/proof_source.h |
+++ b/net/quic/core/crypto/proof_source.h |
@@ -111,7 +111,7 @@ class NET_EXPORT_PRIVATE ProofSource { |
base::StringPiece chlo_hash, |
const QuicTagVector& connection_options, |
scoped_refptr<Chain>* out_chain, |
- QuicCryptoProof* proof) = 0; |
+ QuicCryptoProof* out_proof) = 0; |
// Async version of GetProof with identical semantics, except that the results |
// are delivered to |callback|. Callers should expect that |callback| might |