| Index: chrome/browser/ui/auto_login_prompter.cc
|
| diff --git a/chrome/browser/ui/auto_login_prompter.cc b/chrome/browser/ui/auto_login_prompter.cc
|
| index 43d93d7d51d6b10f7f10cda6510bfd4c98103cf8..77efa14c56fcbcc70da0171348c316ff369bb7a8 100644
|
| --- a/chrome/browser/ui/auto_login_prompter.cc
|
| +++ b/chrome/browser/ui/auto_login_prompter.cc
|
| @@ -42,7 +42,7 @@ bool FetchUsernameThroughSigninManager(Profile* profile, std::string* output) {
|
| if (!TokenServiceFactory::GetForProfile(profile)->AreCredentialsValid())
|
| return false;
|
|
|
| - SigninManager* signin_manager =
|
| + SigninManagerBase* signin_manager =
|
| SigninManagerFactory::GetInstance()->GetForProfile(profile);
|
| if (!signin_manager)
|
| return false;
|
|
|