Index: net/cert/x509_util_openssl.h |
diff --git a/net/base/x509_util_openssl.h b/net/cert/x509_util_openssl.h |
similarity index 91% |
rename from net/base/x509_util_openssl.h |
rename to net/cert/x509_util_openssl.h |
index ad514252c7869d41db30414f0347c66f91749913..ec4538003f376e40d9e0431a5d2170bbcf0fac1d 100644 |
--- a/net/base/x509_util_openssl.h |
+++ b/net/cert/x509_util_openssl.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_X509_UTIL_OPENSSL_H_ |
-#define NET_BASE_X509_UTIL_OPENSSL_H_ |
+#ifndef NET_CERT_X509_UTIL_OPENSSL_H_ |
+#define NET_CERT_X509_UTIL_OPENSSL_H_ |
#include <openssl/asn1.h> |
#include <openssl/x509v3.h> |
@@ -42,4 +42,4 @@ bool NET_EXPORT ParseDate(ASN1_TIME* x509_time, base::Time* time); |
} // namespace net |
-#endif // NET_BASE_X509_UTIL_OPENSSL_H_ |
+#endif // NET_CERT_X509_UTIL_OPENSSL_H_ |