| Index: chrome/browser/ui/app_list/chrome_signin_delegate.cc
|
| diff --git a/chrome/browser/ui/app_list/chrome_signin_delegate.cc b/chrome/browser/ui/app_list/chrome_signin_delegate.cc
|
| index 3d2e35a22b674544f76ebe7e1f3c77833bb511bd..b9d7c10d8b9f5a957b88ac28c2b306101af69429 100644
|
| --- a/chrome/browser/ui/app_list/chrome_signin_delegate.cc
|
| +++ b/chrome/browser/ui/app_list/chrome_signin_delegate.cc
|
| @@ -23,7 +23,7 @@
|
|
|
| namespace {
|
|
|
| -SigninManager* GetSigninManager(Profile* profile) {
|
| +SigninManagerBase* GetSigninManager(Profile* profile) {
|
| return SigninManagerFactory::GetForProfile(profile);
|
| }
|
|
|
|
|