| Index: components/webcrypto/algorithms/aes_kw.cc
|
| diff --git a/components/webcrypto/algorithms/aes_kw.cc b/components/webcrypto/algorithms/aes_kw.cc
|
| index d1bf022726cbe6f68a8acd2fe104c98b63f2e087..bd11159bd6b659dd7650ceb02250d8baec761bb6 100644
|
| --- a/components/webcrypto/algorithms/aes_kw.cc
|
| +++ b/components/webcrypto/algorithms/aes_kw.cc
|
| @@ -2,7 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include <openssl/aes.h>
|
| #include <stddef.h>
|
| #include <stdint.h>
|
|
|
| @@ -16,6 +15,7 @@
|
| #include "components/webcrypto/crypto_data.h"
|
| #include "components/webcrypto/status.h"
|
| #include "crypto/openssl_util.h"
|
| +#include "third_party/boringssl/src/include/openssl/aes.h"
|
|
|
| namespace webcrypto {
|
|
|
|
|