| Index: components/autofill/core/browser/autofill_test_utils.cc
|
| diff --git a/components/autofill/core/browser/autofill_test_utils.cc b/components/autofill/core/browser/autofill_test_utils.cc
|
| index 081defa337a6781650b195de46a744b8207b6b3f..0899b95abe5297d6b57fd39a7343e1386fe382ae 100644
|
| --- a/components/autofill/core/browser/autofill_test_utils.cc
|
| +++ b/components/autofill/core/browser/autofill_test_utils.cc
|
| @@ -211,7 +211,7 @@ void DisableSystemServices(PrefService* prefs) {
|
| // Disable auxiliary profiles for unit testing. These reach out to system
|
| // services on the Mac.
|
| if (prefs)
|
| - prefs->SetBoolean(prefs::kAutofillAuxiliaryProfilesEnabled, false);
|
| + prefs->SetBoolean(prefs::kAutofillUseMacAddressBook, false);
|
| }
|
|
|
| } // namespace test
|
|
|