Index: Source/modules/crypto/NormalizeAlgorithm.h |
diff --git a/Source/modules/crypto/NormalizeAlgorithm.h b/Source/modules/crypto/NormalizeAlgorithm.h |
index 14efbbb5ef745968567721e7d8a90940ee15214d..5473259b29a118b979e062137c095c17953240ad 100644 |
--- a/Source/modules/crypto/NormalizeAlgorithm.h |
+++ b/Source/modules/crypto/NormalizeAlgorithm.h |
@@ -37,7 +37,7 @@ |
#include "wtf/Assertions.h" |
#include "wtf/Forward.h" |
-namespace WebCore { |
+namespace blink { |
class Dictionary; |
@@ -59,6 +59,6 @@ struct AlgorithmError { |
// [1] http://www.w3.org/TR/WebCryptoAPI/#algorithm-normalizing-rules |
bool normalizeAlgorithm(const Dictionary&, blink::WebCryptoOperation, blink::WebCryptoAlgorithm&, AlgorithmError*) WARN_UNUSED_RETURN; |
-} // namespace WebCore |
+} // namespace blink |
#endif |