Index: net/cert/test_root_certs_openssl.cc |
diff --git a/net/base/test_root_certs_openssl.cc b/net/cert/test_root_certs_openssl.cc |
similarity index 93% |
rename from net/base/test_root_certs_openssl.cc |
rename to net/cert/test_root_certs_openssl.cc |
index e01d5c95dadc9f5e6879158c060ad346e83e41ac..3d5cf3d72d17e0e72498c9188f3e0e8016aee0e1 100644 |
--- a/net/base/test_root_certs_openssl.cc |
+++ b/net/cert/test_root_certs_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/test_root_certs.h" |
+#include "net/cert/test_root_certs.h" |
#include <openssl/err.h> |
#include <openssl/x509v3.h> |
@@ -10,7 +10,7 @@ |
#include "base/location.h" |
#include "base/logging.h" |
#include "crypto/openssl_util.h" |
-#include "net/base/x509_certificate.h" |
+#include "net/cert/x509_certificate.h" |
namespace net { |