chromium/components/history_clusters/core/history_clusters_service_test_api.cc

// Copyright 2021 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/history_clusters/core/history_clusters_service_test_api.h"

#include "base/time/time.h"
#include "components/history/core/browser/history_types.h"
#include "components/history_clusters/core/history_clusters_util.h"

namespace history_clusters {

// static
std::vector<history::AnnotatedVisit> GetHardcodedTestVisits() {}

history::ClusterVisit GetHardcodedClusterVisit(history::VisitID visit_id,
                                               float score,
                                               int engagement_score) {}

history::ClusterVisit AnnotatedVisitToClusterVisit(
    const history::AnnotatedVisit& visit,
    float score,
    int engagement_score) {}

}  // namespace history_clusters