Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / net / cert / cert_database_win.cc
index 9bf378c..fae3cbf 100644 (file)
@@ -5,13 +5,14 @@
 #include "net/cert/cert_database.h"
 
 #include <windows.h>
-#include <wincrypt.h>
-#pragma comment(lib, "crypt32.lib")
 
 #include "base/observer_list_threadsafe.h"
+#include "crypto/wincrypt_shim.h"
 #include "net/base/net_errors.h"
 #include "net/cert/x509_certificate.h"
 
+#pragma comment(lib, "crypt32.lib")
+
 namespace net {
 
 CertDatabase::CertDatabase()