chromium/components/segmentation_platform/embedder/home_modules/card_selection_info.cc

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

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

namespace segmentation_platform::home_modules {

CardSelectionInfo::ShowResult::ShowResult() = default;
CardSelectionInfo::ShowResult::ShowResult(const ShowResult& result) = default;
CardSelectionInfo::ShowResult::~ShowResult() = default;

CardSelectionInfo::CardSelectionInfo(const char* card_name)
    :{}
CardSelectionInfo::~CardSelectionInfo() = default;

std::vector<std::string> CardSelectionInfo::OutputLabels() {}

}  // namespace segmentation_platform::home_modules