| Index: net/cert/x509_certificate.h
|
| diff --git a/net/cert/x509_certificate.h b/net/cert/x509_certificate.h
|
| index ef7861c041e0b32301e153717e1057ec99cef4c5..3cd1ad77a4da5525a3451faf30f11beb19b7045f 100644
|
| --- a/net/cert/x509_certificate.h
|
| +++ b/net/cert/x509_certificate.h
|
| @@ -110,7 +110,7 @@ class NET_EXPORT X509Certificate
|
|
|
| // PickleType is intended for deserializing certificates that were pickled
|
| // by previous releases as part of a net::HttpResponseInfo.
|
| - // When serializing certificates to a new Pickle,
|
| + // When serializing certificates to a new base::Pickle,
|
| // PICKLETYPE_CERTIFICATE_CHAIN_V3 is always used.
|
| enum PickleType {
|
| // When reading a certificate from a Pickle, the Pickle only contains a
|
|
|