| Index: content/child/web_url_loader_impl_unittest.cc
|
| diff --git a/content/child/web_url_loader_impl_unittest.cc b/content/child/web_url_loader_impl_unittest.cc
|
| index 9a4c2d76cf6f89a613f810c2d70928c706d8aa55..d71e1aaf38fea983922f357a663496d06864e2e2 100644
|
| --- a/content/child/web_url_loader_impl_unittest.cc
|
| +++ b/content/child/web_url_loader_impl_unittest.cc
|
| @@ -670,7 +670,6 @@ TEST_F(WebURLLoaderImplTest, ResponseIPAddress) {
|
| content::ResourceResponseInfo info;
|
| info.socket_address = net::HostPortPair(test.ip, 443);
|
| blink::WebURLResponse response;
|
| - response.initialize();
|
| WebURLLoaderImpl::PopulateURLResponse(url, info, &response, true);
|
| EXPECT_EQ(test.expected, response.remoteIPAddress().utf8());
|
| };
|
|
|