Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_statistics_prefs.h |
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_statistics_prefs.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_statistics_prefs.h |
index 7b959df52c53d4847c76e8ba918774872a4316dc..04e1947af45065bf6f1a5bb9c972a84d38485bf6 100644 |
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_statistics_prefs.h |
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_statistics_prefs.h |
@@ -97,10 +97,11 @@ private: |
bool delayed_task_posted_; |
DataReductionProxyPrefMap pref_map_; |
DataReductionProxyListPrefMap list_pref_map_; |
- base::WeakPtrFactory<DataReductionProxyStatisticsPrefs> weak_factory_; |
scoped_ptr<PrefChangeRegistrar> pref_change_registrar_; |
base::ThreadChecker thread_checker_; |
+ base::WeakPtrFactory<DataReductionProxyStatisticsPrefs> weak_factory_; |
+ |
DISALLOW_COPY_AND_ASSIGN(DataReductionProxyStatisticsPrefs); |
}; |