| 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 07534a52a597f8c3259f491bde71bc9c2ee18d36..6b3639ba224bce6dd58b4128b763b127fc701962 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
|
| @@ -166,7 +166,7 @@ TEST_F(DataReductionProxyIODataTest, TestResetBadProxyListOnDisableDataSaver) {
|
| ->proxy_service();
|
| net::ProxyInfo proxy_info;
|
| proxy_info.UseNamedProxy("http://foo2.com");
|
| - net::BoundNetLog bound_net_log;
|
| + net::NetLogWithSource bound_net_log;
|
| const net::ProxyRetryInfoMap& bad_proxy_list =
|
| proxy_service->proxy_retry_info();
|
|
|
|
|