Index: chromeos/login/auth/online_attempt.h |
diff --git a/chromeos/login/auth/online_attempt.h b/chromeos/login/auth/online_attempt.h |
index c91d0642d30f2e2a2d5f921ca725335583a6145d..251fe0a2012227d041adec2141a2cbd39fc4b716 100644 |
--- a/chromeos/login/auth/online_attempt.h |
+++ b/chromeos/login/auth/online_attempt.h |
@@ -68,12 +68,12 @@ class CHROMEOS_EXPORT OnlineAttempt : public GaiaAuthConsumer { |
// Handles ClientLogin communications with Gaia. |
scoped_ptr<GaiaAuthFetcher> client_fetcher_; |
- // Used to cancel the CancelClientLogin closure. |
- base::WeakPtrFactory<OnlineAttempt> weak_factory_; |
- |
// Whether we're willing to re-try the ClientLogin attempt. |
bool try_again_; |
+ // Used to cancel the CancelClientLogin closure. |
+ base::WeakPtrFactory<OnlineAttempt> weak_factory_; |
+ |
friend class OnlineAttemptTest; |
DISALLOW_COPY_AND_ASSIGN(OnlineAttempt); |
}; |