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

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

Issue 738313003: Fix WeakPtrFactory member ordering in components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « no previous file | components/data_reduction_proxy/core/browser/data_reduction_proxy_statistics_prefs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « no previous file | components/data_reduction_proxy/core/browser/data_reduction_proxy_statistics_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698