| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h
|
| index d6fdd48a6a8a6bcc7ccdcf85c34822fba305ed24..b01b8837a280a103f9bc698528803a4255bc9a3a 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h
|
| @@ -24,7 +24,7 @@ class DataReductionProxyConfig;
|
| class DataReductionProxyEventStore;
|
| class DataReductionProxyIOData;
|
| class DataReductionProxyService;
|
| -class DataReductionProxyStatisticsPrefs;
|
| +class DataReductionProxyCompressionStats;
|
|
|
| // The number of days of bandwidth usage statistics that are tracked.
|
| const unsigned int kNumDaysInHistory = 60;
|
| @@ -71,7 +71,7 @@ class DataReductionProxySettings {
|
| DataReductionProxyIOData* io_data,
|
| scoped_ptr<DataReductionProxyService> data_reduction_proxy_service);
|
|
|
| - base::WeakPtr<DataReductionProxyStatisticsPrefs> statistics_prefs();
|
| + base::WeakPtr<DataReductionProxyCompressionStats> statistics_prefs();
|
|
|
| // Sets the |on_data_reduction_proxy_enabled_| callback and runs to register
|
| // the DataReductionProxyEnabled synthetic field trial.
|
|
|