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

Unified Diff: net/cert/x509_util_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/x509_util_nss.h ('k') | net/cert/x509_util_nss_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/x509_util_nss.cc
diff --git a/net/base/x509_util_nss.cc b/net/cert/x509_util_nss.cc
similarity index 99%
rename from net/base/x509_util_nss.cc
rename to net/cert/x509_util_nss.cc
index f4c253f899f0a21606eb3a02ee19145f494e815e..90b748711ceef00f3213d9635f3bd504b3a1283f 100644
--- a/net/base/x509_util_nss.cc
+++ b/net/cert/x509_util_nss.cc
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "net/base/x509_util.h"
-#include "net/base/x509_util_nss.h"
+#include "net/cert/x509_util.h"
+#include "net/cert/x509_util_nss.h"
#include <cert.h>
#include <cryptohi.h>
@@ -24,7 +24,7 @@
#include "crypto/nss_util_internal.h"
#include "crypto/scoped_nss_types.h"
#include "crypto/third_party/nss/chromium-nss.h"
-#include "net/base/x509_certificate.h"
+#include "net/cert/x509_certificate.h"
namespace net {
« no previous file with comments | « net/cert/x509_util_nss.h ('k') | net/cert/x509_util_nss_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698