chromium/components/segmentation_platform/internal/selection/selection_utils.cc

// Copyright 2023 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/internal/selection/selection_utils.h"

namespace segmentation_platform::selection_utils {

PredictionStatus ResultStateToPredictionStatus(
    SegmentResultProvider::ResultState result_state) {}

}  // namespace segmentation_platform::selection_utils