| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_unittest.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_unittest.cc
|
| index 92bb81121a3207d6eb071f7844621fbe43e8cd94..90b873bd4835ced8caa03a3be7382290934e9c99 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_unittest.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_unittest.cc
|
| @@ -357,7 +357,7 @@ TEST_F(DataReductionProxySettingsTest, TestEnableLoFiFromCommandLineProxyOff) {
|
| }
|
|
|
| TEST_F(DataReductionProxySettingsTest, TestGetDailyContentLengths) {
|
| - DataReductionProxySettings::ContentLengthList result =
|
| + ContentLengthList result =
|
| settings_->GetDailyContentLengths(prefs::kDailyHttpOriginalContentLength);
|
|
|
| ASSERT_FALSE(result.empty());
|
|
|