| 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 0160f22824d48d3a5a6a730928f912613352c2e6..b97f3856f5f5906e83bcf685923ad5dde16f5737 100644
|
| --- a/net/quic/core/crypto/proof_source.h
|
| +++ b/net/quic/core/crypto/proof_source.h
|
| @@ -62,9 +62,8 @@ class NET_EXPORT_PRIVATE ProofSource {
|
| // |leaf_cert_sct| holds the signed timestamp (RFC6962) of the leaf cert.
|
| //
|
| // |details| holds a pointer to an object representing the statistics, if
|
| - // any,
|
| - // gathered during the operation of GetProof. If no stats are available,
|
| - // this will be nullptr.
|
| + // any, gathered during the operation of GetProof. If no stats are
|
| + // available, this will be nullptr.
|
| virtual void Run(bool ok,
|
| const scoped_refptr<Chain>& chain,
|
| const std::string& signature,
|
|
|