Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1382)

Unified Diff: net/cert/test_root_certs_openssl.cc

Issue 13006020: net: extract net/cert out of net/base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698