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

Unified Diff: chromeos/login/auth/online_attempt.cc

Issue 552323003: Changing the order of initialization WeakPtrFactory (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 | « chromeos/login/auth/online_attempt.h ('k') | chromeos/tpm_password_fetcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/login/auth/online_attempt.cc
diff --git a/chromeos/login/auth/online_attempt.cc b/chromeos/login/auth/online_attempt.cc
index fc728f674c20eee37a8127da839804bfe6326f37..6d950a410f63c8d8b389c98decb13dc7a42ff987 100644
--- a/chromeos/login/auth/online_attempt.cc
+++ b/chromeos/login/auth/online_attempt.cc
@@ -34,8 +34,8 @@ OnlineAttempt::OnlineAttempt(AuthAttemptState* current_attempt,
: message_loop_(base::MessageLoopProxy::current()),
attempt_(current_attempt),
resolver_(callback),
- weak_factory_(this),
- try_again_(true) {
+ try_again_(true),
+ weak_factory_(this) {
DCHECK(attempt_->user_type == user_manager::USER_TYPE_REGULAR);
}
« no previous file with comments | « chromeos/login/auth/online_attempt.h ('k') | chromeos/tpm_password_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698