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

Unified Diff: net/cert/x509_certificate_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_certificate_net_log_param.cc ('k') | net/cert/x509_certificate_openssl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/x509_certificate_nss.cc
diff --git a/net/base/x509_certificate_nss.cc b/net/cert/x509_certificate_nss.cc
similarity index 99%
rename from net/base/x509_certificate_nss.cc
rename to net/cert/x509_certificate_nss.cc
index 2fe571db63b9835183925a7e2e2a4ec95a3d5c47..f6fdd94ab6b88807016b6d798ae0a57928424137 100644
--- a/net/base/x509_certificate_nss.cc
+++ b/net/cert/x509_certificate_nss.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 <cert.h>
#include <cryptohi.h>
@@ -21,7 +21,7 @@
#include "crypto/nss_util.h"
#include "crypto/rsa_private_key.h"
#include "crypto/scoped_nss_types.h"
-#include "net/base/x509_util_nss.h"
+#include "net/cert/x509_util_nss.h"
namespace net {
« no previous file with comments | « net/cert/x509_certificate_net_log_param.cc ('k') | net/cert/x509_certificate_openssl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698