chromium/chrome/browser/ui/autofill/payments/test_card_unmask_prompt_waiter.cc

// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#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) {}

}  // namespace autofill