Index: chrome/browser/sync/profile_sync_service.cc |
diff --git a/chrome/browser/sync/profile_sync_service.cc b/chrome/browser/sync/profile_sync_service.cc |
index 35e56815da9350f3c406241f5f7ac9ec3d30c901..79f02bb159044a2b1351ab731dae00ee4c8c8ca7 100644 |
--- a/chrome/browser/sync/profile_sync_service.cc |
+++ b/chrome/browser/sync/profile_sync_service.cc |
@@ -130,7 +130,7 @@ bool ShouldShowActionOnUI( |
ProfileSyncService::ProfileSyncService(ProfileSyncComponentsFactory* factory, |
Profile* profile, |
- SigninManager* signin_manager, |
+ SigninManagerBase* signin_manager, |
StartBehavior start_behavior) |
: last_auth_error_(AuthError::AuthErrorNone()), |
passphrase_required_reason_(syncer::REASON_PASSPHRASE_NOT_REQUIRED), |
@@ -2014,7 +2014,7 @@ void ProfileSyncService::UpdateInvalidatorRegistrarState() { |
void ProfileSyncService::ResetForTest() { |
Profile* profile = profile_; |
- SigninManager* signin = SigninManagerFactory::GetForProfile(profile); |
+ SigninManagerBase* signin = SigninManagerFactory::GetForProfile(profile); |
ProfileSyncService::StartBehavior behavior = |
browser_defaults::kSyncAutoStarts ? ProfileSyncService::AUTO_START |
: ProfileSyncService::MANUAL_START; |