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 { |