| Index: net/cert/asn1_util.h
|
| diff --git a/net/base/asn1_util.h b/net/cert/asn1_util.h
|
| similarity index 97%
|
| rename from net/base/asn1_util.h
|
| rename to net/cert/asn1_util.h
|
| index 7c584c47cbb5a747ef9535a20ed180f6a560660d..9a10beedb795ef6099a671366aea29940d24b71a 100644
|
| --- a/net/base/asn1_util.h
|
| +++ b/net/cert/asn1_util.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef NET_BASE_ASN1_UTIL_H_
|
| -#define NET_BASE_ASN1_UTIL_H_
|
| +#ifndef NET_CERT_ASN1_UTIL_H_
|
| +#define NET_CERT_ASN1_UTIL_H_
|
|
|
| #include <vector>
|
|
|
| @@ -90,4 +90,4 @@ NET_EXPORT_PRIVATE bool ExtractCRLURLsFromDERCert(
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_BASE_ASN1_UTIL_H_
|
| +#endif // NET_CERT_ASN1_UTIL_H_
|
|
|