#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) { … }
}