// Copyright 2019 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/tab_groups/tab_group_color.h" #include "base/containers/flat_map.h" #include "base/no_destructor.h" #include "base/strings/utf_string_conversions.h" #include "components/strings/grit/components_strings.h" #include "components/tab_groups/tab_group_id.h" #include "ui/base/l10n/l10n_util.h" namespace tab_groups { const ColorLabelMap& GetTabGroupColorLabelMap() { … } TabGroupColorId GetNextColor(const std::vector<TabGroupColorId>& used_colors) { … } } // namespace tab_groups