| Index: chrome/test/base/testing_profile.cc
|
| diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
|
| index 5ee917f316ed767a281e1a4b730c1d745fa90518..145804e01e3c92c95664ff7583d7a9a5f50b144a 100644
|
| --- a/chrome/test/base/testing_profile.cc
|
| +++ b/chrome/test/base/testing_profile.cc
|
| @@ -560,7 +560,7 @@ void TestingProfile::CreateTestingPrefService() {
|
| testing_prefs_ = new TestingPrefServiceSyncable();
|
| prefs_.reset(testing_prefs_);
|
| user_prefs::UserPrefs::Set(this, prefs_.get());
|
| - chrome::RegisterUserPrefs(testing_prefs_->registry());
|
| + chrome::RegisterUserProfilePrefs(testing_prefs_->registry());
|
| }
|
|
|
| void TestingProfile::CreateProfilePolicyConnector() {
|
|
|