#include "components/history_clusters/core/similar_visit_deduper_cluster_finalizer.h"
#include <unordered_map>
#include "base/not_fatal_until.h"
#include "base/ranges/algorithm.h"
#include "components/history/core/browser/history_types.h"
#include "components/history_clusters/core/on_device_clustering_util.h"
#include "components/history_clusters/core/similar_visit.h"
namespace history_clusters {
SimilarVisitDeduperClusterFinalizer::SimilarVisitDeduperClusterFinalizer() =
default;
SimilarVisitDeduperClusterFinalizer::~SimilarVisitDeduperClusterFinalizer() =
default;
void SimilarVisitDeduperClusterFinalizer::FinalizeCluster(
history::Cluster& cluster) { … }
}