chromium/components/autofill/core/browser/ui/payments/autofill_progress_dialog_controller_impl_unittest.cc

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

#include <memory>

#include "base/test/metrics/histogram_tester.h"
#include "components/autofill/core/browser/ui/payments/autofill_progress_dialog_controller_impl.h"
#include "components/autofill/core/browser/ui/payments/autofill_progress_dialog_view.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace autofill {

class TestAutofillProgressDialogView : public AutofillProgressDialogView {};

class AutofillProgressDialogControllerImplTest : public testing::Test {};

}  // namespace autofill