| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data_unittest.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data_unittest.cc
|
| index e877e859e9a1189cb0afe6979a6926d8e6390516..0d240e9d20454ccb0f127fbe6253d6cbe47bd82d 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data_unittest.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data_unittest.cc
|
| @@ -103,7 +103,7 @@ TEST_F(DataReductionProxyIODataTest, TestConstruction) {
|
| // DataReductionProxyNetworkDelegateTest.
|
| scoped_ptr<net::URLRequest> fake_request =
|
| context().CreateRequest(
|
| - GURL("http://www.foo.com/"), net::IDLE, delegate(), NULL);
|
| + GURL("http://www.foo.com/"), net::IDLE, delegate());
|
| CountingNetworkDelegate* wrapped_network_delegate =
|
| new CountingNetworkDelegate();
|
| scoped_ptr<DataReductionProxyNetworkDelegate> network_delegate =
|
|
|