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

Unified Diff: chrome/browser/io_thread.h

Issue 575993002: Fix WeakPtrFactory member ordering in chrome/browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « chrome/browser/history/history_service.cc ('k') | chrome/browser/io_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/io_thread.h
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h
index 419b458c1cc32b7746d402034e22d0b4a75e677f..66e5772786876e25dcc1d42955615b0939dac933 100644
--- a/chrome/browser/io_thread.h
+++ b/chrome/browser/io_thread.h
@@ -459,10 +459,10 @@ class IOThread : public content::BrowserThreadDelegate {
// True if SPDY is disabled by policy.
bool is_spdy_disabled_by_policy_;
- base::WeakPtrFactory<IOThread> weak_factory_;
-
const base::TimeTicks creation_time_;
+ base::WeakPtrFactory<IOThread> weak_factory_;
+
DISALLOW_COPY_AND_ASSIGN(IOThread);
};
« no previous file with comments | « chrome/browser/history/history_service.cc ('k') | chrome/browser/io_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698