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

Unified Diff: components/os_crypt/ie7_password_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 | « chrome/browser/password_manager/password_store_win_unittest.cc ('k') | components/os_crypt/os_crypt_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/os_crypt/ie7_password_win.cc
diff --git a/components/os_crypt/ie7_password_win.cc b/components/os_crypt/ie7_password_win.cc
index ef7fbd54071d7260de5d65c6aec199de06c2e9c1..9bb3225021a3e4254f31f15aae7bdbb7e637d122 100644
--- a/components/os_crypt/ie7_password_win.cc
+++ b/components/os_crypt/ie7_password_win.cc
@@ -4,7 +4,6 @@
#include "components/os_crypt/ie7_password_win.h"
-#include <wincrypt.h>
#include <string>
#include <vector>
@@ -12,6 +11,7 @@
#include "base/sha1.h"
#include "base/strings/string_util.h"
#include "base/strings/stringprintf.h"
+#include "crypto/wincrypt_shim.h"
namespace {
« no previous file with comments | « chrome/browser/password_manager/password_store_win_unittest.cc ('k') | components/os_crypt/os_crypt_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698