#include "chrome/browser/ui/views/autofill/payments/card_unmask_prompt_view_tester_views.h"
#include <string>
#include "base/strings/utf_string_conversions.h"
#include "chrome/browser/ui/views/autofill/payments/card_unmask_prompt_views.h"
#include "ui/views/controls/textfield/textfield.h"
namespace autofill {
std::unique_ptr<CardUnmaskPromptViewTester> CardUnmaskPromptViewTester::For(
CardUnmaskPromptView* view) { … }
CardUnmaskPromptViewTesterViews::CardUnmaskPromptViewTesterViews(
CardUnmaskPromptViews* view)
: … { … }
CardUnmaskPromptViewTesterViews::~CardUnmaskPromptViewTesterViews() { … }
void CardUnmaskPromptViewTesterViews::Close() { … }
void CardUnmaskPromptViewTesterViews::EnterCVCAndAccept(
const std::u16string& cvc) { … }
}