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

Unified Diff: chrome/app/signature_validator_win.cc

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 | « no previous file | chrome/app/signature_validator_win_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/signature_validator_win.cc
diff --git a/chrome/app/signature_validator_win.cc b/chrome/app/signature_validator_win.cc
index 75efe259f0c9a35aaee5aea075ae4b00a298578a..e64446d1dd505d0e5aa269731ab9b25d03a7d5d3 100644
--- a/chrome/app/signature_validator_win.cc
+++ b/chrome/app/signature_validator_win.cc
@@ -6,7 +6,6 @@
#include <atlstr.h>
#include <softpub.h>
-#include <wincrypt.h>
#include <windows.h>
#include <wintrust.h>
@@ -19,6 +18,7 @@
#include "base/time/time.h"
#include "base/win/scoped_handle.h"
#include "crypto/sha2.h"
+#include "crypto/wincrypt_shim.h"
namespace {
« no previous file with comments | « no previous file | chrome/app/signature_validator_win_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698