chromium/chrome/browser/companion/text_finder/text_finder_manager_unittest.cc

// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "chrome/browser/companion/text_finder/text_finder_manager.h"

#include "chrome/browser/companion/text_finder/text_finder.h"
#include "chrome/browser/companion/text_finder/text_finder_manager_base_test.h"
#include "content/public/browser/page.h"
#include "content/public/browser/page_user_data.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/public/mojom/annotation/annotation.mojom.h"
#include "ui/gfx/geometry/rect.h"

namespace companion {

_;

class TextFinderManagerTest : public TextFinderManagerBaseTest {};

TEST_F(TextFinderManagerTest, SingleTextFinderTest) {}

TEST_F(TextFinderManagerTest, MultiTextFindersTest) {}

}  // namespace companion