| Index: components/webcrypto/algorithms/aes_gcm.cc
|
| diff --git a/components/webcrypto/algorithms/aes_gcm.cc b/components/webcrypto/algorithms/aes_gcm.cc
|
| index 0728735c1bf4d26ec959b00d71118924364548fc..f3e9c97f003ada882e8c6430aa60946e4f424af0 100644
|
| --- a/components/webcrypto/algorithms/aes_gcm.cc
|
| +++ b/components/webcrypto/algorithms/aes_gcm.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include <openssl/evp.h>
|
| +#include <openssl/aead.h>
|
| #include <stddef.h>
|
| #include <stdint.h>
|
|
|
| @@ -17,7 +17,6 @@
|
| #include "components/webcrypto/crypto_data.h"
|
| #include "components/webcrypto/status.h"
|
| #include "crypto/openssl_util.h"
|
| -#include "crypto/scoped_openssl_types.h"
|
| #include "third_party/WebKit/public/platform/WebCryptoAlgorithmParams.h"
|
|
|
| namespace webcrypto {
|
|
|