| 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 f8be3741a8db30891dc9ec31d91cd2e539cb0ecb..b588554ae0d08098af5c1295f6fead5a2c21e8c0 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
|
| @@ -29,6 +29,8 @@ const char kProbeURLWithNoResponse[] = "http://no.org/";
|
|
|
| namespace data_reduction_proxy {
|
|
|
| +class DataReductionProxyStatisticsPrefs;
|
| +
|
| class DataReductionProxySettingsTest
|
| : public ConcreteDataReductionProxySettingsTest<
|
| DataReductionProxySettings> {
|
| @@ -423,6 +425,7 @@ TEST_F(DataReductionProxySettingsTest, CheckInitMetricsWhenNotAllowed) {
|
| new net::TestURLRequestContextGetter(base::MessageLoopProxy::current());
|
| settings_->InitDataReductionProxySettings(
|
| &pref_service_,
|
| + scoped_ptr<DataReductionProxyStatisticsPrefs>(),
|
| request_context.get(),
|
| &net_log_,
|
| event_store_.get());
|
|
|