| Index: chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc
|
| diff --git a/chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc b/chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc
|
| index ad97ad9f715dd760526f04c8b6378cd418763ddf..524eddf0bbf4b939f423a95f866d016877afedc0 100644
|
| --- a/chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc
|
| +++ b/chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc
|
| @@ -131,7 +131,7 @@ class ProfileSigninConfirmationHelperTest : public testing::Test {
|
| new TestingPrefStore(),
|
| new user_prefs::PrefRegistrySyncable(),
|
| new PrefNotifierImpl());
|
| - chrome::RegisterUserPrefs(pref_service->registry());
|
| + chrome::RegisterUserProfilePrefs(pref_service->registry());
|
| builder.SetPrefService(make_scoped_ptr<PrefServiceSyncable>(pref_service));
|
| profile_ = builder.Build();
|
|
|
|
|