Index: Source/modules/crypto/NormalizeAlgorithm.cpp |
diff --git a/Source/modules/crypto/NormalizeAlgorithm.cpp b/Source/modules/crypto/NormalizeAlgorithm.cpp |
index 0e2549e4550faffaaa213c3a11ce865bba30508f..6e1fa234dcb4dcb60e0c2aca250b7ca2f2baef4b 100644 |
--- a/Source/modules/crypto/NormalizeAlgorithm.cpp |
+++ b/Source/modules/crypto/NormalizeAlgorithm.cpp |
@@ -43,7 +43,7 @@ |
#include "wtf/text/StringBuilder.h" |
#include <algorithm> |
-namespace WebCore { |
+namespace blink { |
namespace { |
@@ -726,4 +726,4 @@ bool normalizeAlgorithm(const Dictionary& raw, blink::WebCryptoOperation op, bli |
return parseAlgorithm(raw, op, algorithm, ErrorContext(), error); |
} |
-} // namespace WebCore |
+} // namespace blink |