chromium/components/history_clusters/core/cluster_interaction_state_processor.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/history_clusters/core/cluster_interaction_state_processor.h"
#include <algorithm>
#include <string>
#include "base/containers/flat_map.h"
#include "base/containers/flat_set.h"
#include "base/metrics/histogram_functions.h"
#include "components/history/core/browser/history_types.h"
#include "components/history_clusters/core/cluster_processor.h"
#include "components/history_clusters/core/history_clusters_types.h"

namespace history_clusters {

ClusterInteractionStateProcessor::ClusterInteractionStateProcessor(
    QueryClustersFilterParams& filter_params)
    :{}
ClusterInteractionStateProcessor::~ClusterInteractionStateProcessor() = default;

void ClusterInteractionStateProcessor::ProcessClusters(
    std::vector<history::Cluster>* clusters) {}

}  // namespace history_clusters