Index: chrome/browser/signin/google_auto_login_helper.h |
diff --git a/chrome/browser/signin/google_auto_login_helper.h b/chrome/browser/signin/google_auto_login_helper.h |
index cb11766b9e6cbbecd60cdf9a10c1da23d25865f2..61317dd6ef103a9fe545b26f6d0373e7b6f5bf1c 100644 |
--- a/chrome/browser/signin/google_auto_login_helper.h |
+++ b/chrome/browser/signin/google_auto_login_helper.h |
@@ -5,6 +5,8 @@ |
#ifndef CHROME_BROWSER_ANDROID_SIGNIN_GOOGLE_AUTO_LOGIN_HELPER_H_ |
#define CHROME_BROWSER_ANDROID_SIGNIN_GOOGLE_AUTO_LOGIN_HELPER_H_ |
+#include <deque> |
+ |
#include "chrome/browser/signin/ubertoken_fetcher.h" |
#include "google_apis/gaia/gaia_auth_consumer.h" |
@@ -35,6 +37,7 @@ class GoogleAutoLoginHelper : public GaiaAuthConsumer, |
Profile* profile_; |
scoped_ptr<GaiaAuthFetcher> gaia_auth_fetcher_; |
scoped_ptr<UbertokenFetcher> uber_token_fetcher_; |
+ std::deque<std::string> accounts_; |
DISALLOW_COPY_AND_ASSIGN(GoogleAutoLoginHelper); |
}; |