| Index: components/webcrypto/algorithms/key.h | 
| diff --git a/components/webcrypto/openssl/key_openssl.h b/components/webcrypto/algorithms/key.h | 
| similarity index 92% | 
| rename from components/webcrypto/openssl/key_openssl.h | 
| rename to components/webcrypto/algorithms/key.h | 
| index 8b5d6551569d3db1e8bc17b64243ffb35a9cde76..1bd247e7e488049da5a04a6bb344b2c0e3a28515 100644 | 
| --- a/components/webcrypto/openssl/key_openssl.h | 
| +++ b/components/webcrypto/algorithms/key.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_KEY_OPENSSL_H_ | 
| -#define COMPONENTS_WEBCRYPTO_OPENSSL_KEY_OPENSSL_H_ | 
| +#ifndef COMPONENTS_WEBCRYPTO_ALGORITHMS_KEY_H_ | 
| +#define COMPONENTS_WEBCRYPTO_ALGORITHMS_KEY_H_ | 
|  | 
| #include <openssl/ossl_typ.h> | 
| #include <stdint.h> | 
| @@ -76,4 +76,4 @@ class AsymKeyOpenSsl : public KeyOpenSsl { | 
|  | 
| }  // namespace webcrypto | 
|  | 
| -#endif  // COMPONENTS_WEBCRYPTO_OPENSSL_KEY_OPENSSL_H_ | 
| +#endif  // COMPONENTS_WEBCRYPTO_ALGORITHMS_KEY_H_ | 
|  |