| Index: components/webcrypto/algorithms/util.cc
|
| diff --git a/components/webcrypto/algorithms/util.cc b/components/webcrypto/algorithms/util.cc
|
| index 8195de8984f9231029b0cca7b0bf56bd47542ee4..9deb678ff815f3887f2d576f37bf8e49b597fbe6 100644
|
| --- a/components/webcrypto/algorithms/util.cc
|
| +++ b/components/webcrypto/algorithms/util.cc
|
| @@ -4,14 +4,13 @@
|
|
|
| #include "components/webcrypto/algorithms/util.h"
|
|
|
| -#include <openssl/aead.h>
|
| -#include <openssl/bn.h>
|
| -#include <openssl/digest.h>
|
| -
|
| #include "base/logging.h"
|
| #include "components/webcrypto/crypto_data.h"
|
| #include "components/webcrypto/status.h"
|
| #include "crypto/openssl_util.h"
|
| +#include "third_party/boringssl/src/include/openssl/aead.h"
|
| +#include "third_party/boringssl/src/include/openssl/bn.h"
|
| +#include "third_party/boringssl/src/include/openssl/digest.h"
|
|
|
| namespace webcrypto {
|
|
|
|
|