| Index: crypto/openssl_bio_string_unittest.cc
|
| diff --git a/crypto/openssl_bio_string_unittest.cc b/crypto/openssl_bio_string_unittest.cc
|
| index 9dfa0e70f73325a7a6d24d840c2636210b68021b..92d9ce72308c8da6a12ba579e81156723ea53f2b 100644
|
| --- a/crypto/openssl_bio_string_unittest.cc
|
| +++ b/crypto/openssl_bio_string_unittest.cc
|
| @@ -4,10 +4,9 @@
|
|
|
| #include "crypto/openssl_bio_string.h"
|
|
|
| -#include <openssl/bio.h>
|
| -
|
| #include "crypto/scoped_openssl_types.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| +#include "third_party/boringssl/src/include/openssl/bio.h"
|
|
|
| namespace crypto {
|
|
|
|
|