Index: components/autofill/browser/personal_data_manager.cc |
diff --git a/components/autofill/browser/personal_data_manager.cc b/components/autofill/browser/personal_data_manager.cc |
index 7317a6b8998305247638f9c842cbe7c3874d68ed..7335d195d7a2bd63a4c1008d36d3abb079e1443e 100644 |
--- a/components/autofill/browser/personal_data_manager.cc |
+++ b/components/autofill/browser/personal_data_manager.cc |
@@ -824,9 +824,9 @@ void PersonalDataManager::LoadProfiles() { |
pending_profiles_query_ = autofill_data->GetAutofillProfiles(this); |
} |
-// Win and Linux implementations do nothing. Mac implementation fills in the |
-// contents of |auxiliary_profiles_|. |
-#if !defined(OS_MACOSX) |
+// Win and Linux implementations do nothing. Mac and Android implementations |
+// fill in the contents of |auxiliary_profiles_|. |
+#if !defined(OS_MACOSX) && !defined(OS_ANDROID) |
void PersonalDataManager::LoadAuxiliaryProfiles() { |
} |
#endif |