| 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 e889aa3b9c67128d4e0591b5baa4b5a61404b88e..1612baffb9f236aa5ed32044336f8fa808b15efa 100644
|
| --- a/chrome/browser/chromeos/login/screen_locker.cc
|
| +++ b/chrome/browser/chromeos/login/screen_locker.cc
|
| @@ -199,7 +199,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(),
|
|
|