| Index: components/webcrypto/algorithms/aes.h
|
| diff --git a/components/webcrypto/openssl/aes_algorithm_openssl.h b/components/webcrypto/algorithms/aes.h
|
| similarity index 94%
|
| rename from components/webcrypto/openssl/aes_algorithm_openssl.h
|
| rename to components/webcrypto/algorithms/aes.h
|
| index fd87bacd0ec399ee03bff576332263bfec786166..aba0abd76d88124626dcb8abb09b330bf3ea1ab9 100644
|
| --- a/components/webcrypto/openssl/aes_algorithm_openssl.h
|
| +++ b/components/webcrypto/algorithms/aes.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_AES_ALGORITHM_OPENSSL_H_
|
| -#define COMPONENTS_WEBCRYPTO_OPENSSL_AES_ALGORITHM_OPENSSL_H_
|
| +#ifndef COMPONENTS_WEBCRYPTO_ALGORITHMS_AES_H_
|
| +#define COMPONENTS_WEBCRYPTO_ALGORITHMS_AES_H_
|
|
|
| #include "components/webcrypto/algorithm_implementation.h"
|
|
|
| @@ -75,4 +75,4 @@ class AesAlgorithm : public AlgorithmImplementation {
|
|
|
| } // namespace webcrypto
|
|
|
| -#endif // COMPONENTS_WEBCRYPTO_OPENSSL_AES_ALGORITHM_OPENSSL_H_
|
| +#endif // COMPONENTS_WEBCRYPTO_ALGORITHMS_AES_H_
|
|
|