| Index: components/webcrypto/nss/sym_key_nss.cc
|
| diff --git a/content/child/webcrypto/nss/sym_key_nss.cc b/components/webcrypto/nss/sym_key_nss.cc
|
| similarity index 86%
|
| rename from content/child/webcrypto/nss/sym_key_nss.cc
|
| rename to components/webcrypto/nss/sym_key_nss.cc
|
| index 53efeb0dd87a6e77bfe1f5274ee65adc94e5b3f6..a8367e068dc6c1090cd5b1ef0cda4f2766045a8c 100644
|
| --- a/content/child/webcrypto/nss/sym_key_nss.cc
|
| +++ b/components/webcrypto/nss/sym_key_nss.cc
|
| @@ -2,19 +2,19 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "content/child/webcrypto/nss/sym_key_nss.h"
|
| +#include "components/webcrypto/nss/sym_key_nss.h"
|
|
|
| #include "base/logging.h"
|
| -#include "content/child/webcrypto/crypto_data.h"
|
| -#include "content/child/webcrypto/generate_key_result.h"
|
| -#include "content/child/webcrypto/nss/key_nss.h"
|
| -#include "content/child/webcrypto/nss/util_nss.h"
|
| -#include "content/child/webcrypto/status.h"
|
| -#include "content/child/webcrypto/webcrypto_util.h"
|
| +#include "components/webcrypto/crypto_data.h"
|
| +#include "components/webcrypto/generate_key_result.h"
|
| +#include "components/webcrypto/nss/key_nss.h"
|
| +#include "components/webcrypto/nss/util_nss.h"
|
| +#include "components/webcrypto/status.h"
|
| +#include "components/webcrypto/webcrypto_util.h"
|
| #include "crypto/scoped_nss_types.h"
|
| #include "third_party/WebKit/public/platform/WebCryptoKeyAlgorithm.h"
|
|
|
| -namespace content {
|
| +namespace components {
|
|
|
| namespace webcrypto {
|
|
|
| @@ -77,4 +77,4 @@ Status ImportKeyRawNss(const CryptoData& key_data,
|
|
|
| } // namespace webcrypto
|
|
|
| -} // namespace content
|
| +} // namespace components
|
|
|