| Index: components/webcrypto/openssl/rsa_ssa_openssl.cc
|
| diff --git a/content/child/webcrypto/openssl/rsa_ssa_openssl.cc b/components/webcrypto/openssl/rsa_ssa_openssl.cc
|
| similarity index 87%
|
| rename from content/child/webcrypto/openssl/rsa_ssa_openssl.cc
|
| rename to components/webcrypto/openssl/rsa_ssa_openssl.cc
|
| index 9950686c6313e9dadbdc598a3f2af85e15efa6fe..257a6a9d97e56c8e3201a134dc59443e6fbcaa6b 100644
|
| --- a/content/child/webcrypto/openssl/rsa_ssa_openssl.cc
|
| +++ b/components/webcrypto/openssl/rsa_ssa_openssl.cc
|
| @@ -2,11 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "content/child/webcrypto/openssl/rsa_hashed_algorithm_openssl.h"
|
| -#include "content/child/webcrypto/openssl/rsa_sign_openssl.h"
|
| -#include "content/child/webcrypto/status.h"
|
| -
|
| -namespace content {
|
| +#include "components/webcrypto/openssl/rsa_hashed_algorithm_openssl.h"
|
| +#include "components/webcrypto/openssl/rsa_sign_openssl.h"
|
| +#include "components/webcrypto/status.h"
|
|
|
| namespace webcrypto {
|
|
|
| @@ -57,5 +55,3 @@ AlgorithmImplementation* CreatePlatformRsaSsaImplementation() {
|
| }
|
|
|
| } // namespace webcrypto
|
| -
|
| -} // namespace content
|
|
|