#include "components/autofill/core/browser/autofill_browser_util.h"
#include "components/autofill/core/browser/autofill_client.h"
#include "components/autofill/core/browser/form_structure.h"
#include "components/security_interstitials/core/insecure_form_util.h"
namespace autofill {
bool IsFormOrClientNonSecure(const AutofillClient& client,
const FormData& form) { … }
bool IsFormOrClientNonSecure(const AutofillClient& client,
const FormStructure& form) { … }
bool IsFormMixedContent(const AutofillClient& client, const FormData& form) { … }
bool ShouldAllowCreditCardFallbacks(const AutofillClient& client,
const FormData& form) { … }
}