| Index: Source/platform/exported/WebCryptoKey.cpp
|
| diff --git a/Source/platform/exported/WebCryptoKey.cpp b/Source/platform/exported/WebCryptoKey.cpp
|
| index 7d0646cd3291572e2b8fe417abd00b015ca367b5..2f63e9cdb5157fa56dd36272bdaf6bbf9c7eab53 100644
|
| --- a/Source/platform/exported/WebCryptoKey.cpp
|
| +++ b/Source/platform/exported/WebCryptoKey.cpp
|
| @@ -35,7 +35,7 @@
|
| #include "wtf/OwnPtr.h"
|
| #include "wtf/ThreadSafeRefCounted.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebCryptoKeyPrivate : public ThreadSafeRefCounted<WebCryptoKeyPrivate> {
|
| public:
|
| @@ -113,4 +113,4 @@ void WebCryptoKey::reset()
|
| m_private.reset();
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|