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

Unified Diff: crypto/scoped_capi_types.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: sleevi comments 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
« no previous file with comments | « crypto/hmac_win.cc ('k') | crypto/wincrypt_shim.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/scoped_capi_types.h
diff --git a/crypto/scoped_capi_types.h b/crypto/scoped_capi_types.h
index 9ab28d9aacc3281b213257a399a2c52b65e51568..ac92e394b9c5dcd5c1979a52ad8b47de1efff34b 100644
--- a/crypto/scoped_capi_types.h
+++ b/crypto/scoped_capi_types.h
@@ -6,11 +6,11 @@
#define CRYPTO_SCOPED_CAPI_TYPES_H_
#include <windows.h>
-#include <wincrypt.h>
#include <algorithm>
#include "base/logging.h"
+#include "crypto/wincrypt_shim.h"
namespace crypto {
« no previous file with comments | « crypto/hmac_win.cc ('k') | crypto/wincrypt_shim.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698