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

Unified Diff: net/cert/test_root_certs_nss.cc

Issue 13006020: net: extract net/cert out of net/base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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
« no previous file with comments | « net/cert/test_root_certs_mac.cc ('k') | net/cert/test_root_certs_openssl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/test_root_certs_nss.cc
diff --git a/net/base/test_root_certs_nss.cc b/net/cert/test_root_certs_nss.cc
similarity index 97%
rename from net/base/test_root_certs_nss.cc
rename to net/cert/test_root_certs_nss.cc
index 039b790c2e36c7f8156bd04a1e8e7b40b3b799b2..3a2f88a79684eabb9ce39fda39e052bacd96e2f8 100644
--- a/net/base/test_root_certs_nss.cc
+++ b/net/cert/test_root_certs_nss.cc
@@ -2,17 +2,17 @@
// 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 <cert.h>
#include "base/logging.h"
#include "base/stl_util.h"
#include "crypto/nss_util.h"
-#include "net/base/x509_certificate.h"
+#include "net/cert/x509_certificate.h"
#if defined(OS_IOS)
-#include "net/base/x509_util_ios.h"
+#include "net/cert/x509_util_ios.h"
#endif
namespace net {
« no previous file with comments | « net/cert/test_root_certs_mac.cc ('k') | net/cert/test_root_certs_openssl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698