Chromium Code Reviews| Index: crypto/openssl_bio_string.cc |
| diff --git a/crypto/openssl_bio_string.cc b/crypto/openssl_bio_string.cc |
| index 48805001ef6646426dca5fcf0dbea40d8f75729f..c38b0363cc77ea4d81467fa30ff884e7d416069d 100644 |
| --- a/crypto/openssl_bio_string.cc |
| +++ b/crypto/openssl_bio_string.cc |
| @@ -4,9 +4,10 @@ |
| #include "crypto/openssl_bio_string.h" |
| -#include <openssl/bio.h> |
| #include <string.h> |
| +#include "third_party/boringssl/src/include/openssl/bio.h" |
| + |
| namespace crypto { |
| namespace { |