Index: Source/modules/crypto/AesKeyGenParams.cpp |
diff --git a/Source/modules/crypto/AesKeyGenParams.cpp b/Source/modules/crypto/AesKeyGenParams.cpp |
index 5df24f8fae88fdd86972877cda431bdb330bb9b4..f4e280769df677eaecaf29ade95c043c2842f00c 100644 |
--- a/Source/modules/crypto/AesKeyGenParams.cpp |
+++ b/Source/modules/crypto/AesKeyGenParams.cpp |
@@ -40,7 +40,7 @@ unsigned short AesKeyGenParams::length() const |
return m_algorithm.aesKeyGenParams()->length(); |
} |
-AesKeyGenParams::AesKeyGenParams(const WebKit::WebCryptoAlgorithm& algorithm) |
+AesKeyGenParams::AesKeyGenParams(const blink::WebCryptoAlgorithm& algorithm) |
: Algorithm(algorithm) |
{ |
ASSERT(algorithm.aesKeyGenParams()); |