| Index: chrome/browser/signin/account_reconcilor.h
|
| diff --git a/chrome/browser/signin/account_reconcilor.h b/chrome/browser/signin/account_reconcilor.h
|
| index db8f0b7a0a1f6f959d9dbdb4be9850f0b806a814..5f317d5e5f54f9bfb6bd39e7425e6371b26cb7cd 100644
|
| --- a/chrome/browser/signin/account_reconcilor.h
|
| +++ b/chrome/browser/signin/account_reconcilor.h
|
| @@ -8,6 +8,7 @@
|
| #include "base/compiler_specific.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/scoped_vector.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"
|
| @@ -126,6 +127,7 @@ class AccountReconcilor : public BrowserContextKeyedService,
|
| Profile* profile_;
|
| content::NotificationRegistrar registrar_;
|
| base::RepeatingTimer<AccountReconcilor> reconciliation_timer_;
|
| + GoogleAutoLoginHelper merge_session_helper_;
|
| bool registered_with_token_service_;
|
|
|
| // Used during reconcile action.
|
|
|