| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc
|
| index cad437968020d16513c86a5f49463a4a810c82ee..c6bb7edad58ca2f4ad314cdad683fd7eef9ab972 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc
|
| @@ -973,7 +973,7 @@ TEST_F(DataReductionProxyConfigTest, AutoLoFiParams) {
|
| // Network quality improved. However, network should still be marked as slow
|
| // because of hysteresis.
|
| test_network_quality_estimator.SetEffectiveConnectionType(
|
| - net::EFFECTIVE_CONNECTION_TYPE_BROADBAND);
|
| + net::EFFECTIVE_CONNECTION_TYPE_4G);
|
| EXPECT_TRUE(config.IsNetworkQualityProhibitivelySlow(
|
| &test_network_quality_estimator));
|
|
|
|
|