Index: net/http/http_server_properties_impl_unittest.cc |
diff --git a/net/http/http_server_properties_impl_unittest.cc b/net/http/http_server_properties_impl_unittest.cc |
index d06574f30891050472f1ab15c0b5b56fea275b67..f48289e5bbd7607e5fa8ae6aea5be527c9ae9aec 100644 |
--- a/net/http/http_server_properties_impl_unittest.cc |
+++ b/net/http/http_server_properties_impl_unittest.cc |
@@ -1271,7 +1271,7 @@ TEST_F(SupportsQuicServerPropertiesTest, Initialize) { |
EXPECT_TRUE(address.empty()); |
// Check by initializing with a valid address. |
- CHECK(initial_address.AssignFromIPLiteral("127.0.0.1")); |
+ initial_address = IPAddress::IPv4Localhost(); |
impl_.InitializeSupportsQuic(&initial_address); |
EXPECT_TRUE(impl_.GetSupportsQuic(&address)); |