| Index: components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.cc
|
| diff --git a/components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.cc b/components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.cc
|
| index b24094763c503b3a30ef59cf9ebad7ba84a9127a..a0c223336121ff6ffc35d60021d10af205c22247 100644
|
| --- a/components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.cc
|
| +++ b/components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.cc
|
| @@ -74,7 +74,7 @@ void DataReductionProxyUsageStats::RecordDataReductionProxyBypassInfo(
|
|
|
| DataReductionProxyUsageStats::DataReductionProxyUsageStats(
|
| DataReductionProxyParams* params,
|
| - MessageLoopProxy* ui_thread_proxy)
|
| + const scoped_refptr<MessageLoopProxy>& ui_thread_proxy)
|
| : data_reduction_proxy_params_(params),
|
| last_bypass_type_(BYPASS_EVENT_TYPE_MAX),
|
| triggering_request_(true),
|
|
|