| Index: components/webcrypto/nss/rsa_ssa_nss.cc
|
| diff --git a/content/child/webcrypto/nss/rsa_ssa_nss.cc b/components/webcrypto/nss/rsa_ssa_nss.cc
|
| similarity index 93%
|
| rename from content/child/webcrypto/nss/rsa_ssa_nss.cc
|
| rename to components/webcrypto/nss/rsa_ssa_nss.cc
|
| index aae5b25ef78e02406b696ff997cc1044e8a6f86e..193bd0402873170f67f42b9e6222788312267255 100644
|
| --- a/content/child/webcrypto/nss/rsa_ssa_nss.cc
|
| +++ b/components/webcrypto/nss/rsa_ssa_nss.cc
|
| @@ -4,16 +4,14 @@
|
|
|
| #include <cryptohi.h>
|
|
|
| -#include "content/child/webcrypto/crypto_data.h"
|
| -#include "content/child/webcrypto/nss/key_nss.h"
|
| -#include "content/child/webcrypto/nss/rsa_hashed_algorithm_nss.h"
|
| -#include "content/child/webcrypto/nss/util_nss.h"
|
| -#include "content/child/webcrypto/status.h"
|
| +#include "components/webcrypto/crypto_data.h"
|
| +#include "components/webcrypto/nss/key_nss.h"
|
| +#include "components/webcrypto/nss/rsa_hashed_algorithm_nss.h"
|
| +#include "components/webcrypto/nss/util_nss.h"
|
| +#include "components/webcrypto/status.h"
|
| #include "crypto/scoped_nss_types.h"
|
| #include "third_party/WebKit/public/platform/WebCryptoKeyAlgorithm.h"
|
|
|
| -namespace content {
|
| -
|
| namespace webcrypto {
|
|
|
| namespace {
|
| @@ -133,5 +131,3 @@ AlgorithmImplementation* CreatePlatformRsaSsaImplementation() {
|
| }
|
|
|
| } // namespace webcrypto
|
| -
|
| -} // namespace content
|
|
|