Index: net/cert/x509_certificate.h |
diff --git a/net/base/x509_certificate.h b/net/cert/x509_certificate.h |
similarity index 99% |
rename from net/base/x509_certificate.h |
rename to net/cert/x509_certificate.h |
index ade96559ac90af5b3c0ccc7d25bdad8650974863..16f4d8dab719231570a8449aa8d3a9fd140b6cbf 100644 |
--- a/net/base/x509_certificate.h |
+++ b/net/cert/x509_certificate.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_CERTIFICATE_H_ |
-#define NET_BASE_X509_CERTIFICATE_H_ |
+#ifndef NET_CERT_X509_CERTIFICATE_H_ |
+#define NET_CERT_X509_CERTIFICATE_H_ |
#include <string.h> |
@@ -14,9 +14,9 @@ |
#include "base/memory/ref_counted.h" |
#include "base/string_piece.h" |
#include "base/time.h" |
-#include "net/base/cert_type.h" |
#include "net/base/net_export.h" |
-#include "net/base/x509_cert_types.h" |
+#include "net/cert/cert_type.h" |
+#include "net/cert/x509_cert_types.h" |
#if defined(OS_WIN) |
#include <windows.h> |
@@ -507,4 +507,4 @@ class NET_EXPORT X509Certificate |
} // namespace net |
-#endif // NET_BASE_X509_CERTIFICATE_H_ |
+#endif // NET_CERT_X509_CERTIFICATE_H_ |