#include "components/segmentation_platform/embedder/home_modules/price_tracking_notification_promo.h"
#include "components/segmentation_platform/embedder/home_modules/constants.h"
#include "components/segmentation_platform/embedder/home_modules/home_modules_card_registry.h"
#include "components/segmentation_platform/internal/metadata/feature_query.h"
#include "components/segmentation_platform/internal/metadata/metadata_writer.h"
#include "components/segmentation_platform/public/proto/model_metadata.pb.h"
namespace segmentation_platform {
namespace home_modules {
PriceTrackingNotificationPromo::PriceTrackingNotificationPromo()
: … { … }
std::map<SignalKey, FeatureQuery> PriceTrackingNotificationPromo::GetInputs() { … }
CardSelectionInfo::ShowResult PriceTrackingNotificationPromo::ComputeCardResult(
const CardSelectionSignals& signals) const { … }
}
}