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); |
} |