Index: net/cert/x509_certificate_openssl.cc |
diff --git a/net/base/x509_certificate_openssl.cc b/net/cert/x509_certificate_openssl.cc |
similarity index 99% |
rename from net/base/x509_certificate_openssl.cc |
rename to net/cert/x509_certificate_openssl.cc |
index 13f645ad93756d1d5a1d0d92cc68ff3b95e5f8e6..7f77d55a78ee3956302ac1c76fadd23a54948791 100644 |
--- a/net/base/x509_certificate_openssl.cc |
+++ b/net/cert/x509_certificate_openssl.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "net/base/x509_certificate.h" |
+#include "net/cert/x509_certificate.h" |
#include <openssl/asn1.h> |
#include <openssl/crypto.h> |
@@ -21,7 +21,7 @@ |
#include "crypto/openssl_util.h" |
#include "net/base/net_errors.h" |
#include "net/base/net_util.h" |
-#include "net/base/x509_util_openssl.h" |
+#include "net/cert/x509_util_openssl.h" |
#if defined(OS_ANDROID) |
#include "base/logging.h" |