| Index: net/quic/crypto/proof_verifier.h
|
| diff --git a/net/quic/crypto/proof_verifier.h b/net/quic/crypto/proof_verifier.h
|
| index a2ef8f23512434c4cfd36fc5b6f1ebfcc29647cd..b576ca54394322e6fdd721a268d95792a4cc88fc 100644
|
| --- a/net/quic/crypto/proof_verifier.h
|
| +++ b/net/quic/crypto/proof_verifier.h
|
| @@ -15,7 +15,7 @@ namespace net {
|
|
|
| // ProofVerifyDetails is an abstract class that acts as a container for any
|
| // implementation specific details that a ProofVerifier wishes to return. These
|
| -// details are saved in the CachedInfo for the origin in question.
|
| +// details are saved in the CachedState for the origin in question.
|
| class NET_EXPORT_PRIVATE ProofVerifyDetails {
|
| public:
|
| virtual ~ProofVerifyDetails() {}
|
|
|