Chromium Code Reviews| Index: chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc |
| diff --git a/chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc b/chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc |
| index 8b52db2607e3c6731188cd4f00cc5e1390d148ac..4a5d62f368952d249eb2205a5768c848c53ea1e6 100644 |
| --- a/chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc |
| +++ b/chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc |
| @@ -76,7 +76,7 @@ void data_reduction_proxy::DataReductionProxySettingsTestBase::ResetSettings( |
| EXPECT_CALL(*settings, GetURLFetcherForAvailabilityCheck()).Times(0); |
| EXPECT_CALL(*settings, LogProxyState(_, _, _)).Times(0); |
| settings_.reset(settings); |
| - settings_->SetDataReductionProxyStatisticsPrefs(statistics_prefs_.get()); |
| + settings_->SetDataReductionProxyStatistics(statistics_prefs_.get()); |
|
sgurun-gerrit only
2014/10/17 20:29:38
why change name?
hush (inactive)
2014/10/17 21:19:47
the idea of the base class "DataReductionProxyStat
|
| } |
| template <class C> |