chromium/chrome/browser/companion/text_finder/text_highlighter_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_highlighter_manager.h"

#include "chrome/browser/companion/text_finder/text_finder_manager_base_test.h"
#include "chrome/browser/companion/text_finder/text_highlighter.h"
#include "chrome/test/base/testing_profile.h"
#include "content/public/browser/browser_context.h"
#include "content/public/browser/page.h"
#include "content/public/browser/web_contents.h"
#include "content/public/test/navigation_simulator.h"
#include "content/public/test/test_renderer_host.h"
#include "content/public/test/web_contents_tester.h"
#include "mojo/public/cpp/bindings/receiver.h"
#include "services/service_manager/public/cpp/interface_provider.h"
#include "testing/gmock/include/gmock/gmock.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 {

namespace {

constexpr char kBaseUrl[] =;

}  // namespace

class TextHighlighterManagerTest : public content::RenderViewHostTestHarness {};

TEST_F(TextHighlighterManagerTest, TextHighlighterTest) {}

}  // namespace companion