chromium/components/autofill/core/browser/payments_data_manager_test_base.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 "components/autofill/core/browser/payments_data_manager_test_base.h"

#include "base/task/single_thread_task_runner.h"
#include "components/autofill/core/browser/autofill_test_utils.h"
#include "components/autofill/core/browser/webdata/addresses/address_autofill_table.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace autofill {

PaymentsDataManagerTestBase::PaymentsDataManagerTestBase() = default;
PaymentsDataManagerTestBase::~PaymentsDataManagerTestBase() = default;

void PaymentsDataManagerTestBase::SetUpTest() {}

void PaymentsDataManagerTestBase::TearDownTest() {}

}  // namespace autofill