Index: components/webcrypto/algorithms/pbkdf2.cc |
diff --git a/components/webcrypto/algorithms/pbkdf2.cc b/components/webcrypto/algorithms/pbkdf2.cc |
index b1f1cdbbcf61fd748f6e84bc95647bf430dc9d3f..609e744ea8a3a4f5aa9ce83029b9f8b4b1f75bda 100644 |
--- a/components/webcrypto/algorithms/pbkdf2.cc |
+++ b/components/webcrypto/algorithms/pbkdf2.cc |
@@ -4,6 +4,7 @@ |
#include "base/stl_util.h" |
#include "components/webcrypto/algorithm_implementation.h" |
+#include "components/webcrypto/algorithms/secret_key_util.h" |
#include "components/webcrypto/algorithms/util_openssl.h" |
#include "components/webcrypto/crypto_data.h" |
#include "components/webcrypto/key.h" |