Index: Source/modules/crypto/AesKeyGenParams.h |
diff --git a/Source/modules/crypto/AesKeyGenParams.h b/Source/modules/crypto/AesKeyGenParams.h |
index f72711452f07ab5fa832079965802e5bb1051d49..655e8ce92abf6946b450c893c40d20526909af0e 100644 |
--- a/Source/modules/crypto/AesKeyGenParams.h |
+++ b/Source/modules/crypto/AesKeyGenParams.h |
@@ -38,12 +38,12 @@ namespace WebCore { |
class AesKeyGenParams : public Algorithm { |
public: |
- static PassRefPtr<AesKeyGenParams> create(const WebKit::WebCryptoAlgorithm& algorithm) { return adoptRef(new AesKeyGenParams(algorithm)); } |
+ static PassRefPtr<AesKeyGenParams> create(const blink::WebCryptoAlgorithm& algorithm) { return adoptRef(new AesKeyGenParams(algorithm)); } |
unsigned short length() const; |
private: |
- explicit AesKeyGenParams(const WebKit::WebCryptoAlgorithm&); |
+ explicit AesKeyGenParams(const blink::WebCryptoAlgorithm&); |
}; |
} // namespace WebCore |