| Index: components/webcrypto/algorithms/pbkdf2.cc
|
| diff --git a/components/webcrypto/algorithms/pbkdf2.cc b/components/webcrypto/algorithms/pbkdf2.cc
|
| index f2a8e24bf1faec38447952a7ea6e3b3821845c17..6296162c612c2a9756ec6632d55d174eb763b161 100644
|
| --- a/components/webcrypto/algorithms/pbkdf2.cc
|
| +++ b/components/webcrypto/algorithms/pbkdf2.cc
|
| @@ -2,6 +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 <stdint.h>
|
|
|
| #include "base/memory/ptr_util.h"
|
|
|