Index: net/quic/crypto/quic_encrypter.h |
diff --git a/net/quic/crypto/quic_encrypter.h b/net/quic/crypto/quic_encrypter.h |
index 86d0e3a4d9b2ad4ff51a8f364d76ae0ff68f6ea1..edddf3628b688be1a0ace78955b02edccf608930 100644 |
--- a/net/quic/crypto/quic_encrypter.h |
+++ b/net/quic/crypto/quic_encrypter.h |
@@ -15,7 +15,7 @@ class NET_EXPORT_PRIVATE QuicEncrypter { |
public: |
virtual ~QuicEncrypter() {} |
- static QuicEncrypter* Create(CryptoTag algorithm); |
+ static QuicEncrypter* Create(QuicTag algorithm); |
// Sets the encryption key. Returns true on success, false on failure. |
// |