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

Unified Diff: net/socket/socket_bio_adapter.cc

Issue 2449873005: include boringssl headers from third_party explicitly (Closed)
Patch Set: review comments Created 4 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/socket/socket_bio_adapter.cc
diff --git a/net/socket/socket_bio_adapter.cc b/net/socket/socket_bio_adapter.cc
index 7f769c159bf7c7558f4b397c021059c152aef69b..1241bae6f90a4412d8b9c4c0e455d8704ad67c98 100644
--- a/net/socket/socket_bio_adapter.cc
+++ b/net/socket/socket_bio_adapter.cc
@@ -4,7 +4,6 @@
#include "net/socket/socket_bio_adapter.h"
-#include <openssl/bio.h>
#include <string.h>
#include <algorithm>
@@ -17,6 +16,7 @@
#include "net/base/net_errors.h"
#include "net/socket/stream_socket.h"
#include "net/ssl/openssl_ssl_util.h"
+#include "third_party/boringssl/src/include/openssl/bio.h"
namespace net {

Powered by Google App Engine
This is Rietveld 408576698