// 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 "testing/gtest/include/gtest/gtest.h" namespace tab_groups { // Returns a date back in the past by the given time delta. std::u16string TimeAgo(base::TimeDelta delta) { … } SavedTabGroupsStringUtilsTest; TEST_F(SavedTabGroupsStringUtilsTest, LocalizedElapsedTimeSinceCreation) { … } } // namespace tab_groups