| Index: components/webcrypto/nss/util_nss.h
|
| diff --git a/content/child/webcrypto/nss/util_nss.h b/components/webcrypto/nss/util_nss.h
|
| similarity index 98%
|
| rename from content/child/webcrypto/nss/util_nss.h
|
| rename to components/webcrypto/nss/util_nss.h
|
| index f1656d842698b1dc36da33aab12a06a2283af4a9..e59998993b5ef306269d2e19537a5416f1940b8d 100644
|
| --- a/content/child/webcrypto/nss/util_nss.h
|
| +++ b/components/webcrypto/nss/util_nss.h
|
| @@ -12,7 +12,7 @@
|
|
|
| #include "base/lazy_instance.h"
|
|
|
| -namespace content {
|
| +namespace components {
|
|
|
| namespace webcrypto {
|
|
|
| @@ -111,6 +111,6 @@ class NssRuntimeSupport {
|
|
|
| } // namespace webcrypto
|
|
|
| -} // namespace content
|
| +} // namespace components
|
|
|
| #endif // CONTENT_CHILD_WEBCRYPTO_NSS_UTIL_NSS_H_
|
|
|