| 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 {
|
|
|
|
|