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

Unified Diff: net/cert/x509_certificate_ios.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.cc ('k') | net/cert/x509_certificate_known_roots_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/x509_certificate_ios.cc
diff --git a/net/base/x509_certificate_ios.cc b/net/cert/x509_certificate_ios.cc
similarity index 96%
rename from net/base/x509_certificate_ios.cc
rename to net/cert/x509_certificate_ios.cc
index 91ae799ddc74c02ff704400dc6aadb7ff054bc30..042f6d5ed91a8eec6ef90b25072e1883b8eb40e5 100644
--- a/net/base/x509_certificate_ios.cc
+++ b/net/cert/x509_certificate_ios.cc
@@ -2,14 +2,14 @@
// 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 <CommonCrypto/CommonDigest.h>
#include <Security/Security.h>
#include <vector>
-#include <cryptohi.h>
#include <cert.h>
+#include <cryptohi.h>
#include <keyhi.h>
#include <nss.h>
#include <pk11pub.h>
@@ -27,13 +27,13 @@
#include "base/time.h"
#include "crypto/nss_util.h"
#include "crypto/scoped_nss_types.h"
-#include "net/base/asn1_util.h"
-#include "net/base/cert_status_flags.h"
-#include "net/base/cert_verify_result.h"
-#include "net/base/ev_root_ca_metadata.h"
#include "net/base/net_errors.h"
-#include "net/base/x509_util_ios.h"
-#include "net/base/x509_util_nss.h"
+#include "net/cert/asn1_util.h"
+#include "net/cert/cert_status_flags.h"
+#include "net/cert/cert_verify_result.h"
+#include "net/cert/ev_root_ca_metadata.h"
+#include "net/cert/x509_util_ios.h"
+#include "net/cert/x509_util_nss.h"
using base::mac::ScopedCFTypeRef;
« no previous file with comments | « net/cert/x509_certificate.cc ('k') | net/cert/x509_certificate_known_roots_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698