// 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_CARD_SELECTION_INFO_H_ #define COMPONENTS_SEGMENTATION_PLATFORM_EMBEDDER_HOME_MODULES_CARD_SELECTION_INFO_H_ #include <optional> #include <string> #include <vector> #include "components/segmentation_platform/embedder/home_modules/card_selection_signals.h" #include "components/segmentation_platform/internal/metadata/feature_query.h" namespace segmentation_platform::home_modules { // Interface implemented by each ephemeral card shown on home modules stack. class CardSelectionInfo { … }; } // namespace segmentation_platform::home_modules #endif // COMPONENTS_SEGMENTATION_PLATFORM_EMBEDDER_HOME_MODULES_CARD_SELECTION_INFO_H_