// Copyright 2022 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_metrics_utils.h" #include "base/notreached.h" namespace history_clusters { std::string ClusterActionToString(ClusterAction action) { … } std::string VisitActionToString(VisitAction action) { … } std::string VisitTypeToString(VisitType action) { … } std::string RelatedSearchActionToString(RelatedSearchAction action) { … } } // namespace history_clusters