| Index: components/webcrypto/algorithms/ecdh.cc
|
| diff --git a/components/webcrypto/algorithms/ecdh.cc b/components/webcrypto/algorithms/ecdh.cc
|
| index 8afca5c2841359610bf960d1b39e6c70e64f8e5c..02282cba5fb9a18071de55e2820035681a4f48d3 100644
|
| --- a/components/webcrypto/algorithms/ecdh.cc
|
| +++ b/components/webcrypto/algorithms/ecdh.cc
|
| @@ -18,7 +18,6 @@
|
| #include "components/webcrypto/generate_key_result.h"
|
| #include "components/webcrypto/status.h"
|
| #include "crypto/openssl_util.h"
|
| -#include "crypto/scoped_openssl_types.h"
|
| #include "crypto/secure_util.h"
|
| #include "third_party/WebKit/public/platform/WebCryptoAlgorithmParams.h"
|
| #include "third_party/WebKit/public/platform/WebCryptoKey.h"
|
|
|