| Index: Source/modules/crypto/WorkerGlobalScopeCrypto.h
|
| diff --git a/Source/modules/crypto/WorkerGlobalScopeCrypto.h b/Source/modules/crypto/WorkerGlobalScopeCrypto.h
|
| index 9dcb8b8b368534621bb418dac558ac5fc71a1b6b..2088a3cd4464045668988ec435fd1a7afff3e208 100644
|
| --- a/Source/modules/crypto/WorkerGlobalScopeCrypto.h
|
| +++ b/Source/modules/crypto/WorkerGlobalScopeCrypto.h
|
| @@ -35,7 +35,7 @@
|
| #include "platform/Supplementable.h"
|
| #include "platform/heap/Handle.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class Crypto;
|
| class ExecutionContext;
|
| @@ -57,6 +57,6 @@ private:
|
| mutable PersistentWillBeMember<Crypto> m_crypto;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // WorkerGlobalScopeCrypto_h
|
|
|