| Index: net/cert/asn1_util.h
|
| diff --git a/net/cert/asn1_util.h b/net/cert/asn1_util.h
|
| index ed379b3f1223cf9f2cf2aa92fd71082f22c80edc..728dd641307ddd9580d360e9a89a12386b834918 100644
|
| --- a/net/cert/asn1_util.h
|
| +++ b/net/cert/asn1_util.h
|
| @@ -46,7 +46,7 @@ static const unsigned kOptional = 0x20000;
|
| bool ParseElement(base::StringPiece* in,
|
| unsigned tag_value,
|
| base::StringPiece* out,
|
| - unsigned *out_header_len);
|
| + unsigned* out_header_len);
|
|
|
| // GetElement performs the same actions as ParseElement, except that the header
|
| // bytes are not included in the output.
|
| @@ -86,8 +86,8 @@ NET_EXPORT_PRIVATE bool ExtractCRLURLsFromDERCert(
|
| base::StringPiece cert,
|
| std::vector<base::StringPiece>* urls_out);
|
|
|
| -} // namespace asn1
|
| +} // namespace asn1
|
|
|
| -} // namespace net
|
| +} // namespace net
|
|
|
| -#endif // NET_CERT_ASN1_UTIL_H_
|
| +#endif // NET_CERT_ASN1_UTIL_H_
|
|
|