chromium/components/autofill/core/browser/payments/mock_test_payments_network_interface.h

// 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.

#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_PAYMENTS_MOCK_TEST_PAYMENTS_NETWORK_INTERFACE_H_
#define COMPONENTS_AUTOFILL_CORE_BROWSER_PAYMENTS_MOCK_TEST_PAYMENTS_NETWORK_INTERFACE_H_

#include "components/autofill/core/browser/payments/test_payments_network_interface.h"
#include "testing/gmock/include/gmock/gmock.h"

namespace autofill {

class MockTestPaymentsNetworkInterface : public payments::TestPaymentsNetworkInterface {};

}  // namespace autofill

#endif  // COMPONENTS_AUTOFILL_CORE_BROWSER_PAYMENTS_MOCK_TEST_PAYMENTS_NETWORK_INTERFACE_H_