Index: Source/modules/crypto/CryptoKey.cpp |
diff --git a/Source/modules/crypto/CryptoKey.cpp b/Source/modules/crypto/CryptoKey.cpp |
index b433090b759ecd16474e7d7572fa7a37a9bbfc50..ae30ce76eff33b82dd09c12b21de3c760b195038 100644 |
--- a/Source/modules/crypto/CryptoKey.cpp |
+++ b/Source/modules/crypto/CryptoKey.cpp |
@@ -38,7 +38,7 @@ |
#include "public/platform/WebCryptoKeyAlgorithm.h" |
#include "public/platform/WebString.h" |
-namespace WebCore { |
+namespace blink { |
namespace { |
@@ -215,4 +215,4 @@ bool CryptoKey::parseUsageMask(const Vector<String>& usages, blink::WebCryptoKey |
return true; |
} |
-} // namespace WebCore |
+} // namespace blink |