#include <stddef.h>
#include <memory>
#include "base/strings/stringprintf.h"
#include "components/autofill/content/renderer/password_form_conversion_utils.h"
#include "content/public/test/render_view_test.h"
#include "google_apis/gaia/gaia_urls.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/public/platform/web_vector.h"
#include "third_party/blink/public/web/web_document.h"
#include "third_party/blink/public/web/web_form_element.h"
#include "third_party/blink/public/web/web_local_frame.h"
WebFormElement;
WebLocalFrame;
WebVector;
namespace autofill {
namespace {
class PasswordFormBuilder { … };
class PasswordFormConversionUtilsTest : public content::RenderViewTest { … };
}
TEST_F(PasswordFormConversionUtilsTest, IsGaiaReauthFormIgnored) { … }
TEST_F(PasswordFormConversionUtilsTest, IsGaiaWithSkipSavePasswordForm) { … }
}