Index: net/quic/crypto/quic_decrypter.cc |
diff --git a/net/quic/crypto/quic_decrypter.cc b/net/quic/crypto/quic_decrypter.cc |
index 3c0e6601adf135f8e7d1f45f0c78e36d42185183..2eafdc3167a0eb77e27df3b3dc9749d6d8fd398b 100644 |
--- a/net/quic/crypto/quic_decrypter.cc |
+++ b/net/quic/crypto/quic_decrypter.cc |
@@ -10,7 +10,7 @@ |
namespace net { |
// static |
-QuicDecrypter* QuicDecrypter::Create(CryptoTag algorithm) { |
+QuicDecrypter* QuicDecrypter::Create(QuicTag algorithm) { |
switch (algorithm) { |
case kAESG: |
return new Aes128GcmDecrypter(); |