chromium/components/history_clusters/core/content_visibility_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/content_visibility_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 {

ContentVisibilityClusterFinalizer::ContentVisibilityClusterFinalizer() =
    default;
ContentVisibilityClusterFinalizer::~ContentVisibilityClusterFinalizer() =
    default;

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

}  // namespace history_clusters