| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.cc
|
| index 74e01957b251cf2393c7f238de7e6e8f62f5905b..ef1b3ee1ae9e31f078458f82529ae065a0e19e9e 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.cc
|
| @@ -11,12 +11,12 @@
|
| #include "base/single_thread_task_runner.h"
|
| #include "base/strings/string_number_conversions.h"
|
| #include "base/time/time.h"
|
| +#include "components/data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats.h"
|
| #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h"
|
| #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h"
|
| #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h"
|
| #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options.h"
|
| #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_service.h"
|
| -#include "components/data_reduction_proxy/core/browser/data_reduction_proxy_statistics_prefs.h"
|
| #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats.h"
|
| #include "components/data_reduction_proxy/core/common/data_reduction_proxy_params.h"
|
| #include "net/base/load_flags.h"
|
| @@ -257,7 +257,7 @@ void DataReductionProxyNetworkDelegate::UpdateContentLengthPrefs(
|
| DataReductionProxyRequestType request_type) {
|
| if (data_reduction_proxy_io_data_ &&
|
| data_reduction_proxy_io_data_->service()) {
|
| - DataReductionProxyStatisticsPrefs* data_reduction_proxy_statistics_prefs =
|
| + DataReductionProxyCompressionStats* data_reduction_proxy_statistics_prefs =
|
| data_reduction_proxy_io_data_->service()->statistics_prefs();
|
| int64 total_received = data_reduction_proxy_statistics_prefs->GetInt64(
|
| data_reduction_proxy::prefs::kHttpReceivedContentLength);
|
|
|