// Copyright 2024 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/saved_tab_groups/string_utils.h" #include "base/time/time.h" #include "components/strings/grit/components_strings.h" #include "ui/base/l10n/l10n_util.h" #include "ui/base/l10n/time_format.h" namespace tab_groups { std::u16string LocalizedElapsedTimeSinceCreation( base::TimeDelta elapsed_time_since_creation) { … } } // namespace tab_groups