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

Unified Diff: net/ssl/client_cert_store_impl_mac.cc

Issue 13006020: net: extract net/cert out of net/base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes 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/ssl/client_cert_store_impl_mac.cc
diff --git a/net/ssl/client_cert_store_impl_mac.cc b/net/ssl/client_cert_store_impl_mac.cc
index 43cd92b13f2b3ff06ed3f4085b6fc2d5967cf2d3..fcc9fb33bd588038649025a4342aac9421544a65 100644
--- a/net/ssl/client_cert_store_impl_mac.cc
+++ b/net/ssl/client_cert_store_impl_mac.cc
@@ -20,7 +20,7 @@
#include "base/sys_string_conversions.h"
#include "crypto/mac_security_services_lock.h"
#include "net/base/host_port_pair.h"
-#include "net/base/x509_util.h"
+#include "net/cert/x509_util.h"
using base::mac::ScopedCFTypeRef;

Powered by Google App Engine
This is Rietveld 408576698