| Index: components/webcrypto/algorithms/ecdsa.cc
 | 
| diff --git a/components/webcrypto/openssl/ecdsa_openssl.cc b/components/webcrypto/algorithms/ecdsa.cc
 | 
| similarity index 98%
 | 
| rename from components/webcrypto/openssl/ecdsa_openssl.cc
 | 
| rename to components/webcrypto/algorithms/ecdsa.cc
 | 
| index 53bbcbeb15949d8f82799c84a0501f7568e30a7b..9cc545a3307a18b9728ead3e79fa54e59502c435 100644
 | 
| --- a/components/webcrypto/openssl/ecdsa_openssl.cc
 | 
| +++ b/components/webcrypto/algorithms/ecdsa.cc
 | 
| @@ -9,11 +9,11 @@
 | 
|  #include "base/logging.h"
 | 
|  #include "base/stl_util.h"
 | 
|  #include "components/webcrypto/algorithm_implementation.h"
 | 
| +#include "components/webcrypto/algorithms/ec.h"
 | 
| +#include "components/webcrypto/algorithms/key.h"
 | 
| +#include "components/webcrypto/algorithms/util_openssl.h"
 | 
|  #include "components/webcrypto/crypto_data.h"
 | 
|  #include "components/webcrypto/generate_key_result.h"
 | 
| -#include "components/webcrypto/openssl/ec_algorithm_openssl.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"
 | 
| 
 |