chromium/components/autofill/core/browser/mock_merchant_promo_code_manager.h

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

#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_MOCK_MERCHANT_PROMO_CODE_MANAGER_H_
#define COMPONENTS_AUTOFILL_CORE_BROWSER_MOCK_MERCHANT_PROMO_CODE_MANAGER_H_

#include "base/memory/weak_ptr.h"
#include "components/autofill/core/browser/merchant_promo_code_manager.h"
#include "testing/gmock/include/gmock/gmock.h"

namespace autofill {

class MockMerchantPromoCodeManager : public MerchantPromoCodeManager {};

}  // namespace autofill

#endif  // COMPONENTS_AUTOFILL_CORE_BROWSER_MOCK_MERCHANT_PROMO_CODE_MANAGER_H_