Index: components/autofill/browser/autofill_common_test.cc |
diff --git a/components/autofill/browser/autofill_common_test.cc b/components/autofill/browser/autofill_common_test.cc |
index 1b9f16d3d862fe61414e17bda73540f30be4d638..cb60e3948994d1b3742d066fe78ab14a80c9fe46 100644 |
--- a/components/autofill/browser/autofill_common_test.cc |
+++ b/components/autofill/browser/autofill_common_test.cc |
@@ -151,7 +151,7 @@ void DisableSystemServices(Profile* profile) { |
// Disable auxiliary profiles for unit testing. These reach out to system |
// services on the Mac. |
if (profile) { |
- components::UserPrefs::Get(profile)->SetBoolean( |
+ user_prefs::UserPrefs::Get(profile)->SetBoolean( |
prefs::kAutofillAuxiliaryProfilesEnabled, false); |
} |
} |