Index: components/webcrypto/algorithms/hkdf.cc |
diff --git a/components/webcrypto/algorithms/hkdf.cc b/components/webcrypto/algorithms/hkdf.cc |
index e922ec618563f43acd6dcf07f6c09767f6fa1cd7..d02560d6c2510af0a66d6653b4236bef6f0572ee 100644 |
--- a/components/webcrypto/algorithms/hkdf.cc |
+++ b/components/webcrypto/algorithms/hkdf.cc |
@@ -8,6 +8,7 @@ |
#include "base/logging.h" |
#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" |