Index: Source/platform/exported/WebCryptoAlgorithm.cpp |
diff --git a/Source/platform/exported/WebCryptoAlgorithm.cpp b/Source/platform/exported/WebCryptoAlgorithm.cpp |
index 812548748f9c3a6b2fb69f85e362d216b3f17906..f6553e61f5cef0cf98fe72042246cc46ba54552e 100644 |
--- a/Source/platform/exported/WebCryptoAlgorithm.cpp |
+++ b/Source/platform/exported/WebCryptoAlgorithm.cpp |
@@ -35,7 +35,7 @@ |
#include "wtf/OwnPtr.h" |
#include "wtf/ThreadSafeRefCounted.h" |
-namespace WebKit { |
+namespace blink { |
class WebCryptoAlgorithmPrivate : public ThreadSafeRefCounted<WebCryptoAlgorithmPrivate> { |
public: |
@@ -157,4 +157,4 @@ void WebCryptoAlgorithm::reset() |
m_private.reset(); |
} |
-} // namespace WebKit |
+} // namespace blink |