Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_statistics_prefs.cc |
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_statistics_prefs.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_statistics_prefs.cc |
index 3a4ab52c5e58f59dedee3e213bff307d6013fa1b..93d23208247b5439f56862ef6c273b42c8a54a3b 100644 |
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_statistics_prefs.cc |
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_statistics_prefs.cc |
@@ -25,8 +25,8 @@ DataReductionProxyStatisticsPrefs::DataReductionProxyStatisticsPrefs( |
task_runner_(task_runner), |
delay_(delay), |
delayed_task_posted_(false), |
- weak_factory_(this), |
- pref_change_registrar_(new PrefChangeRegistrar()) { |
+ pref_change_registrar_(new PrefChangeRegistrar()), |
+ weak_factory_(this) { |
DCHECK(prefs); |
DCHECK_GE(delay.InMilliseconds(), 0); |
Init(); |