| Index: components/webcrypto/algorithms/hkdf.cc
 | 
| diff --git a/components/webcrypto/openssl/hkdf_openssl.cc b/components/webcrypto/algorithms/hkdf.cc
 | 
| similarity index 97%
 | 
| rename from components/webcrypto/openssl/hkdf_openssl.cc
 | 
| rename to components/webcrypto/algorithms/hkdf.cc
 | 
| index 9a1e2084bcbea44dbaae36c273dac72cb659e9c9..59d6b42f47d7a045c9da3249e12e38cdfc079558 100644
 | 
| --- a/components/webcrypto/openssl/hkdf_openssl.cc
 | 
| +++ b/components/webcrypto/algorithms/hkdf.cc
 | 
| @@ -8,9 +8,9 @@
 | 
|  #include "base/logging.h"
 | 
|  #include "base/stl_util.h"
 | 
|  #include "components/webcrypto/algorithm_implementation.h"
 | 
| +#include "components/webcrypto/algorithms/key.h"
 | 
| +#include "components/webcrypto/algorithms/util_openssl.h"
 | 
|  #include "components/webcrypto/crypto_data.h"
 | 
| -#include "components/webcrypto/openssl/key_openssl.h"
 | 
| -#include "components/webcrypto/openssl/util_openssl.h"
 | 
|  #include "components/webcrypto/status.h"
 | 
|  #include "components/webcrypto/webcrypto_util.h"
 | 
|  #include "crypto/openssl_util.h"
 | 
| 
 |