Index: net/quic/quic_chromium_client_session_test.cc |
diff --git a/net/quic/quic_chromium_client_session_test.cc b/net/quic/quic_chromium_client_session_test.cc |
index 2de5d3c5c6914776d957751152220cb51dec5ff2..40f40e27ccd8d08fc3311be6dc9f6b4e4ae400f9 100644 |
--- a/net/quic/quic_chromium_client_session_test.cc |
+++ b/net/quic/quic_chromium_client_session_test.cc |
@@ -48,8 +48,7 @@ namespace net { |
namespace test { |
namespace { |
-const IPEndPoint kIpEndPoint = |
- IPEndPoint(IPAddress(std::vector<uint8_t>(kIPv4AddressSize, 0)), 0); |
+const IPEndPoint kIpEndPoint = IPEndPoint(IPAddress::IPv4AllZeros(), 0); |
const char kServerHostname[] = "test.example.com"; |
const uint16_t kServerPort = 443; |
const size_t kMaxReadersPerQuicSession = 5; |