| Index: chrome/browser/signin/account_reconcilor.h
|
| diff --git a/chrome/browser/signin/account_reconcilor.h b/chrome/browser/signin/account_reconcilor.h
|
| index 4ac7e2ac143b57ba55052646547e0c944cb52470..116eb04259cd6f47d169c738ebf016f7378aec4b 100644
|
| --- a/chrome/browser/signin/account_reconcilor.h
|
| +++ b/chrome/browser/signin/account_reconcilor.h
|
| @@ -7,6 +7,7 @@
|
| #include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| #include "base/memory/scoped_ptr.h"
|
| +#include "chrome/browser/signin/google_auto_login_helper.h"
|
| #include "components/browser_context_keyed_service/browser_context_keyed_service.h"
|
| #include "content/public/browser/notification_observer.h"
|
| #include "content/public/browser/notification_registrar.h"
|
| @@ -91,6 +92,7 @@ class AccountReconcilor : public BrowserContextKeyedService,
|
| Profile* profile_;
|
| content::NotificationRegistrar registrar_;
|
| base::RepeatingTimer<AccountReconcilor> reconciliation_timer_;
|
| + GoogleAutoLoginHelper merge_session_helper_;
|
|
|
| // Used during reconcile action.
|
| // These members are used used to validate the gaia cookie.
|
|
|