Index: net/quic/crypto/quic_encrypter.cc |
diff --git a/net/quic/crypto/quic_encrypter.cc b/net/quic/crypto/quic_encrypter.cc |
index a84530f9f814349d95ca60f11c316ee6999cc6cc..2e2b83d0dbd83fd0ad61a387392c2be0217f66e8 100644 |
--- a/net/quic/crypto/quic_encrypter.cc |
+++ b/net/quic/crypto/quic_encrypter.cc |
@@ -10,7 +10,7 @@ |
namespace net { |
// static |
-QuicEncrypter* QuicEncrypter::Create(CryptoTag algorithm) { |
+QuicEncrypter* QuicEncrypter::Create(QuicTag algorithm) { |
switch (algorithm) { |
case kAESG: |
return new Aes128GcmEncrypter(); |