#include "components/bookmarks/browser/titled_url_match.h"
#include "base/ranges/algorithm.h"
#include "base/strings/utf_string_conversions.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace bookmarks {
MatchPositions;
TEST(TitledUrlMatchTest, EmptyOffsetsForEmptyMatchPositions) { … }
TEST(TitledUrlMatchTest, OffsetsFromMatchPositions) { … }
TEST(TitledUrlMatchTest, ReplaceOffsetsInEmptyMatchPositions) { … }
TEST(TitledUrlMatchTest, ReplaceOffsetsInMatchPositions) { … }
TEST(TitledUrlMatchTest, ReplaceOffsetsRemovesItemsWithNposOffsets) { … }
}