| Index: chrome/browser/chromeos/login/screen_locker.cc
|
| diff --git a/chrome/browser/chromeos/login/screen_locker.cc b/chrome/browser/chromeos/login/screen_locker.cc
|
| index d002223409cc1e7705d7fff0d0c1cfce53a21e4e..a2414ff4de42d35bfd927325f0eb3457e414cd58 100644
|
| --- a/chrome/browser/chromeos/login/screen_locker.cc
|
| +++ b/chrome/browser/chromeos/login/screen_locker.cc
|
| @@ -200,7 +200,8 @@ void ScreenLocker::OnLoginSuccess(
|
| if (profile && !password.empty()) {
|
| // We have a non-empty password, so notify listeners (such as the sync
|
| // engine).
|
| - SigninManager* signin = SigninManagerFactory::GetForProfile(profile);
|
| + SigninManagerBase* signin =
|
| + SigninManagerFactory::GetBaseForProfile(profile);
|
| DCHECK(signin);
|
| GoogleServiceSigninSuccessDetails details(
|
| signin->GetAuthenticatedUsername(),
|
|
|