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