| Index: chrome/browser/sync/profile_sync_service_autofill_unittest.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service_autofill_unittest.cc b/chrome/browser/sync/profile_sync_service_autofill_unittest.cc
|
| index d5362236fb1b0a93f9fd45d6555b3cc7b4fcead8..232635fcec906caf28530705d355020a0cc85c93 100644
|
| --- a/chrome/browser/sync/profile_sync_service_autofill_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_autofill_unittest.cc
|
| @@ -522,7 +522,8 @@ class ProfileSyncServiceAutofillTest
|
| bool will_fail_association,
|
| syncer::ModelType type) {
|
| AbstractAutofillFactory* factory = GetFactory(type);
|
| - SigninManager* signin = SigninManagerFactory::GetForProfile(profile_.get());
|
| + SigninManagerBase* signin =
|
| + SigninManagerFactory::GetForProfile(profile_.get());
|
| signin->SetAuthenticatedUsername("test_user");
|
| sync_service_ = static_cast<TestProfileSyncService*>(
|
| ProfileSyncServiceFactory::GetInstance()->SetTestingFactoryAndUse(
|
|
|