| Index: net/socket/socket_bio_adapter.h
|
| diff --git a/net/socket/socket_bio_adapter.h b/net/socket/socket_bio_adapter.h
|
| index d4c81725c49d8510dcbf07bc8b72bf540a763f3f..d718721683aaa3f8e21daa86baf7b2730b8fc27f 100644
|
| --- a/net/socket/socket_bio_adapter.h
|
| +++ b/net/socket/socket_bio_adapter.h
|
| @@ -5,12 +5,11 @@
|
| #ifndef NET_SOCKET_SOCKET_BIO_ADAPTER_H_
|
| #define NET_SOCKET_SOCKET_BIO_ADAPTER_H_
|
|
|
| -#include <openssl/base.h>
|
| -
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "net/base/completion_callback.h"
|
| #include "net/base/net_export.h"
|
| +#include "third_party/boringssl/src/include/openssl/base.h"
|
|
|
| namespace net {
|
|
|
|
|