#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 { … };
}