| Index: chrome/browser/browsing_data/browsing_data_remover_unittest.cc
|
| diff --git a/chrome/browser/browsing_data/browsing_data_remover_unittest.cc b/chrome/browser/browsing_data/browsing_data_remover_unittest.cc
|
| index 091989b024425e5ba26547837a36587e5fbb379d..8cad5ef110ccd5cb387c6578f6caaf10ba99d460 100644
|
| --- a/chrome/browser/browsing_data/browsing_data_remover_unittest.cc
|
| +++ b/chrome/browser/browsing_data/browsing_data_remover_unittest.cc
|
| @@ -451,7 +451,7 @@ class RemoveAutofillTester : public autofill::PersonalDataManagerObserver {
|
| explicit RemoveAutofillTester(TestingProfile* profile)
|
| : personal_data_manager_(
|
| autofill::PersonalDataManagerFactory::GetForProfile(profile)) {
|
| - autofill::test::DisableSystemServices(profile);
|
| + autofill::test::DisableSystemServices(profile->GetPrefs());
|
| personal_data_manager_->AddObserver(this);
|
| }
|
|
|
|
|