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/cert/sha256_legacy_support_win.h

Issue 686883002: Add crypto/wincrypt_shim.h wrapper header to resolve BoringSSL conflicts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: X509_NAME -> WINCRYPT_X509_NAME, rebase Created 6 years, 2 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/cert/sha256_legacy_support_win.h
diff --git a/net/cert/sha256_legacy_support_win.h b/net/cert/sha256_legacy_support_win.h
index c98414ca94b882d5b060a91fe6c6795a9b327c09..4243a8fa35f62e04f3eac41d5c134a965df8ef5c 100644
--- a/net/cert/sha256_legacy_support_win.h
+++ b/net/cert/sha256_legacy_support_win.h
@@ -6,8 +6,8 @@
#define NET_CERT_SHA256_LEGACY_SUPPORT_WIN_H_
#include <windows.h>
-#include <wincrypt.h>
+#include "crypto/wincrypt.h"
#include "net/base/net_export.h"
namespace net {

Powered by Google App Engine
This is Rietveld 408576698