| Index: components/webcrypto/nss/key_nss.h
|
| diff --git a/content/child/webcrypto/nss/key_nss.h b/components/webcrypto/nss/key_nss.h
|
| similarity index 98%
|
| rename from content/child/webcrypto/nss/key_nss.h
|
| rename to components/webcrypto/nss/key_nss.h
|
| index 9eaf7c427b081030ff1497b4e2ae8b5b285944a2..f8814ffc4f8bdd8b9f602576f223b6c0a9631388 100644
|
| --- a/content/child/webcrypto/nss/key_nss.h
|
| +++ b/components/webcrypto/nss/key_nss.h
|
| @@ -11,7 +11,7 @@
|
| #include "crypto/scoped_nss_types.h"
|
| #include "third_party/WebKit/public/platform/WebCryptoKey.h"
|
|
|
| -namespace content {
|
| +namespace components {
|
|
|
| namespace webcrypto {
|
|
|
| @@ -104,6 +104,6 @@ class PrivateKeyNss : public KeyNss {
|
|
|
| } // namespace webcrypto
|
|
|
| -} // namespace content
|
| +} // namespace components
|
|
|
| #endif // CONTENT_CHILD_WEBCRYPTO_NSS_KEY_NSS_H_
|
|
|