Index: Source/modules/crypto/HmacKeyParams.cpp |
diff --git a/Source/modules/crypto/HmacKeyParams.cpp b/Source/modules/crypto/HmacKeyParams.cpp |
index d6fd8515368b045e62bb4e8945a45dba6c925f8a..2d2c5bbc453c53a5ce41c506f10a9b403b3cf12b 100644 |
--- a/Source/modules/crypto/HmacKeyParams.cpp |
+++ b/Source/modules/crypto/HmacKeyParams.cpp |
@@ -49,7 +49,7 @@ unsigned HmacKeyParams::length(bool& isNull) |
return length; |
} |
-HmacKeyParams::HmacKeyParams(const WebKit::WebCryptoAlgorithm& algorithm) |
+HmacKeyParams::HmacKeyParams(const blink::WebCryptoAlgorithm& algorithm) |
: Algorithm(algorithm) |
{ |
ASSERT(algorithm.hmacKeyParams()); |