#include "chrome/browser/ui/autofill/payments/test_card_unmask_prompt_waiter.h"
#include "base/test/scoped_run_loop_timeout.h"
#include "chrome/browser/ui/autofill/payments/card_unmask_prompt_view_tester.h"
namespace autofill {
class TestCardUnmaskPromptControllerImpl
: public CardUnmaskPromptControllerImpl { … };
TestCardUnmaskPromptWaiter::TestCardUnmaskPromptWaiter(
content::WebContents* web_contents)
: … { … }
TestCardUnmaskPromptWaiter::~TestCardUnmaskPromptWaiter() { … }
testing::AssertionResult TestCardUnmaskPromptWaiter::Wait() { … }
bool TestCardUnmaskPromptWaiter::EnterAndAcceptCvcDialog(
const std::u16string& cvc) { … }
}