| 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 1ed42df8046785a30e9ab3e06596db1f05325aad..853d62152916106f70cd07a07a754d5ed18e5435 100644
|
| --- a/chrome/browser/chromeos/login/screen_locker.cc
|
| +++ b/chrome/browser/chromeos/login/screen_locker.cc
|
| @@ -200,7 +200,7 @@ void ScreenLocker::OnLoginSuccess(
|
| if (profile && !user_context.password.empty()) {
|
| // We have a non-empty password, so notify listeners (such as the sync
|
| // engine).
|
| - SigninManager* signin = SigninManagerFactory::GetForProfile(profile);
|
| + SigninManagerBase* signin = SigninManagerFactory::GetForProfile(profile);
|
| DCHECK(signin);
|
| GoogleServiceSigninSuccessDetails details(
|
| signin->GetAuthenticatedUsername(),
|
|
|