| Index: chrome/browser/chromeos/login/login_utils.cc
|
| diff --git a/chrome/browser/chromeos/login/login_utils.cc b/chrome/browser/chromeos/login/login_utils.cc
|
| index bb7c356acfadd87fb20beae32c012574696d83c4..549ef4933c5f7ffdedcbf77c7586fd21722f7cd6 100644
|
| --- a/chrome/browser/chromeos/login/login_utils.cc
|
| +++ b/chrome/browser/chromeos/login/login_utils.cc
|
| @@ -583,7 +583,8 @@ void LoginUtilsImpl::StartSignedInServices(Profile* user_profile) {
|
| // Fetch/Create the SigninManager - this will cause the TokenService to load
|
| // tokens for the currently signed-in user if the SigninManager hasn't already
|
| // been initialized.
|
| - SigninManager* signin = SigninManagerFactory::GetForProfile(user_profile);
|
| + SigninManagerBase* signin =
|
| + SigninManagerFactory::GetBaseForProfile(user_profile);
|
| DCHECK(signin);
|
| // Make sure SigninManager is connected to our current user (this should
|
| // happen automatically because we set kGoogleServicesUsername in
|
|
|