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

Unified Diff: net/test/spawned_test_server/local_test_server_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 | « net/ssl/client_cert_store_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/test/spawned_test_server/local_test_server_win.cc
diff --git a/net/test/spawned_test_server/local_test_server_win.cc b/net/test/spawned_test_server/local_test_server_win.cc
index 1454e85fff221690940caad3f30b4de8af694908..401cfacb0a0706c0ed8dcc912114becaae9b60b8 100644
--- a/net/test/spawned_test_server/local_test_server_win.cc
+++ b/net/test/spawned_test_server/local_test_server_win.cc
@@ -5,7 +5,6 @@
#include "net/test/spawned_test_server/local_test_server.h"
#include <windows.h>
-#include <wincrypt.h>
#include "base/base_paths.h"
#include "base/bind.h"
@@ -23,8 +22,6 @@
#include "base/win/scoped_handle.h"
#include "net/test/python_utils.h"
-#pragma comment(lib, "crypt32.lib")
-
namespace {
// Writes |size| bytes to |handle| and sets |*unblocked| to true.
« no previous file with comments | « net/ssl/client_cert_store_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698