Index: net/quic/quic_crypto_client_stream_test.cc |
=================================================================== |
--- net/quic/quic_crypto_client_stream_test.cc (revision 250874) |
+++ net/quic/quic_crypto_client_stream_test.cc (working copy) |
@@ -9,7 +9,6 @@ |
#include "net/quic/crypto/quic_decrypter.h" |
#include "net/quic/crypto/quic_encrypter.h" |
#include "net/quic/quic_protocol.h" |
-#include "net/quic/quic_socket_address_coder.h" |
#include "net/quic/test_tools/crypto_test_utils.h" |
#include "net/quic/test_tools/quic_test_utils.h" |
#include "net/quic/test_tools/simple_quic_framer.h" |
@@ -99,9 +98,6 @@ |
stream_->crypto_negotiated_params()); |
EXPECT_EQ(kAESG, crypto_params.aead); |
EXPECT_EQ(kC255, crypto_params.key_exchange); |
- QuicSocketAddressCoder address_coder(IPEndPoint(TestPeerIPAddress(), |
- kTestPort)); |
- EXPECT_EQ(address_coder.Encode(), crypto_params.client_address); |
} |
TEST_F(QuicCryptoClientStreamTest, InvalidHostname) { |