summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/sync/engine/net/gaia_authenticator.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/sync/engine/net/gaia_authenticator.cc b/chrome/browser/sync/engine/net/gaia_authenticator.cc
index 7faa2ff..b3f7ad5 100644
--- a/chrome/browser/sync/engine/net/gaia_authenticator.cc
+++ b/chrome/browser/sync/engine/net/gaia_authenticator.cc
@@ -94,7 +94,8 @@ GaiaAuthenticator::GaiaAuthenticator(const string& user_agent,
request_count_(0),
delay_(0),
next_allowed_auth_attempt_time_(0),
- early_auth_attempt_count_(0) {
+ early_auth_attempt_count_(0),
+ message_loop_(NULL) {
GaiaAuthEvent done = { GaiaAuthEvent::GAIA_AUTHENTICATOR_DESTROYED, None,
this };
channel_ = new Channel(done);