chromium/components/bookmarks/browser/titled_url_match_unittest.cc

// Copyright 2017 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/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) {}

}