Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(331)

Unified Diff: components/data_reduction_proxy/browser/data_reduction_proxy_statistics_prefs.h

Issue 630983003: Declaring the weak_ptr_factory in proper order in src/components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/data_reduction_proxy/browser/data_reduction_proxy_statistics_prefs.h
diff --git a/components/data_reduction_proxy/browser/data_reduction_proxy_statistics_prefs.h b/components/data_reduction_proxy/browser/data_reduction_proxy_statistics_prefs.h
index 27751a7502b1383ffec41f6e3b0712a8f3a349b2..06a33b7e08b96c5c514c1d9a3cb892181340bf77 100644
--- a/components/data_reduction_proxy/browser/data_reduction_proxy_statistics_prefs.h
+++ b/components/data_reduction_proxy/browser/data_reduction_proxy_statistics_prefs.h
@@ -87,11 +87,11 @@ private:
PrefService* pref_service_;
scoped_refptr<base::SequencedTaskRunner> task_runner_;
- base::WeakPtrFactory<DataReductionProxyStatisticsPrefs> weak_factory_;
const base::TimeDelta delay_;
bool delayed_task_posted_;
DataReductionProxyPrefMap pref_map_;
DataReductionProxyListPrefMap list_pref_map_;
+ base::WeakPtrFactory<DataReductionProxyStatisticsPrefs> weak_factory_;
DISALLOW_COPY_AND_ASSIGN(DataReductionProxyStatisticsPrefs);
};

Powered by Google App Engine
This is Rietveld 408576698