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

Unified Diff: net/ssl/client_cert_store_impl_win.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_win.cc
diff --git a/net/ssl/client_cert_store_impl_win.cc b/net/ssl/client_cert_store_impl_win.cc
index 7dbe1f017c416c18e45c62cdc8657fcd35d6aaa6..413ec34523ceed4b83694be2177d7652cb1a546e 100644
--- a/net/ssl/client_cert_store_impl_win.cc
+++ b/net/ssl/client_cert_store_impl_win.cc
@@ -9,12 +9,12 @@
#define SECURITY_WIN32 // Needs to be defined before including security.h
#include <windows.h>
-#include <wincrypt.h>
#include <security.h>
Ryan Sleevi 2013/03/28 19:00:52 Unless you're able to check and confirm the header
Paweł Hajdan Jr. 2013/03/28 19:40:06 Done.
+#include <wincrypt.h>
#include "base/logging.h"
#include "crypto/scoped_capi_types.h"
-#include "net/base/x509_util.h"
+#include "net/cert/x509_util.h"
namespace net {

Powered by Google App Engine
This is Rietveld 408576698