| 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 5284b1de5376cd2c72e12a327afc707c1db7bba8..840bb131354f399baf7497c4fb3b2c61e44a46d0 100644
|
| --- a/content/child/web_url_loader_impl_unittest.cc
|
| +++ b/content/child/web_url_loader_impl_unittest.cc
|
| @@ -669,7 +669,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());
|
| };
|
|
|