chromium/components/segmentation_platform/embedder/home_modules/price_tracking_notification_promo.h

// Copyright 2024 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_SEGMENTATION_PLATFORM_EMBEDDER_HOME_MODULES_PRICE_TRACKING_NOTIFICATION_PROMO_H_
#define COMPONENTS_SEGMENTATION_PLATFORM_EMBEDDER_HOME_MODULES_PRICE_TRACKING_NOTIFICATION_PROMO_H_

#include "components/segmentation_platform/embedder/home_modules/card_selection_info.h"

namespace segmentation_platform::home_modules {

class PriceTrackingNotificationPromo : public CardSelectionInfo {};

}  // namespace segmentation_platform::home_modules

#endif  // COMPONENTS_SEGMENTATION_PLATFORM_EMBEDDER_HOME_MODULES_PRICE_TRACKING_NOTIFICATION_PROMO_H_