| Index: components/webcrypto/algorithms/ec.h
 | 
| diff --git a/components/webcrypto/openssl/ec_algorithm_openssl.h b/components/webcrypto/algorithms/ec.h
 | 
| similarity index 94%
 | 
| rename from components/webcrypto/openssl/ec_algorithm_openssl.h
 | 
| rename to components/webcrypto/algorithms/ec.h
 | 
| index 9771f3d6142b67b660c33bf3354fac9bfe6356e2..5538b2ff5a9b12b9a7beba3feae5517af1d51024 100644
 | 
| --- a/components/webcrypto/openssl/ec_algorithm_openssl.h
 | 
| +++ b/components/webcrypto/algorithms/ec.h
 | 
| @@ -2,8 +2,8 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -#ifndef COMPONENTS_WEBCRYPTO_OPENSSL_EC_ALGORITHM_OPENSSL_H_
 | 
| -#define COMPONENTS_WEBCRYPTO_OPENSSL_EC_ALGORITHM_OPENSSL_H_
 | 
| +#ifndef COMPONENTS_WEBCRYPTO_ALGORITHMS_EC_H_
 | 
| +#define COMPONENTS_WEBCRYPTO_ALGORITHMS_EC_H_
 | 
|  
 | 
|  #include "components/webcrypto/algorithm_implementation.h"
 | 
|  
 | 
| @@ -79,4 +79,4 @@ class EcAlgorithm : public AlgorithmImplementation {
 | 
|  
 | 
|  }  // namespace webcrypto
 | 
|  
 | 
| -#endif  // COMPONENTS_WEBCRYPTO_OPENSSL_EC_ALGORITHM_OPENSSL_H_
 | 
| +#endif  // COMPONENTS_WEBCRYPTO_ALGORITHMS_EC_H_
 | 
| 
 |