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

Unified Diff: components/signin/core/browser/signin_manager.cc

Issue 780713002: Fix remaining WeakPtrFactory ordering problems (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 6 years 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 | « components/signin/core/browser/signin_manager.h ('k') | components/suggestions/image_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/signin/core/browser/signin_manager.cc
diff --git a/components/signin/core/browser/signin_manager.cc b/components/signin/core/browser/signin_manager.cc
index 163204d4a4bcd9340d7fc85d48b5f3240e4fc1b2..9525df0037e54c70d92eaf93543a2acc5022d1be 100644
--- a/components/signin/core/browser/signin_manager.cc
+++ b/components/signin/core/browser/signin_manager.cc
@@ -68,9 +68,9 @@ SigninManager::SigninManager(SigninClient* client,
client_(client),
token_service_(token_service),
account_tracker_service_(account_tracker_service),
- weak_pointer_factory_(this),
signin_manager_signed_in_(false),
- user_info_fetched_by_account_tracker_(false) {}
+ user_info_fetched_by_account_tracker_(false),
+ weak_pointer_factory_(this) {}
void SigninManager::AddMergeSessionObserver(
MergeSessionHelper::Observer* observer) {
« no previous file with comments | « components/signin/core/browser/signin_manager.h ('k') | components/suggestions/image_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698