chromium/components/history_clusters/core/noisy_cluster_finalizer.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/noisy_cluster_finalizer.h"

#include "components/history_clusters/core/cluster_metrics_utils.h"
#include "components/history_clusters/core/config.h"
#include "components/history_clusters/core/on_device_clustering_features.h"
#include "components/history_clusters/core/on_device_clustering_util.h"

namespace history_clusters {

NoisyClusterFinalizer::NoisyClusterFinalizer() = default;
NoisyClusterFinalizer::~NoisyClusterFinalizer() = default;

void NoisyClusterFinalizer::FinalizeCluster(history::Cluster& cluster) {}

}  // namespace history_clusters