#ifndef CHROME_BROWSER_COMPANION_TEXT_FINDER_TEXT_FINDER_MANAGER_BASE_TEST_H_
#define CHROME_BROWSER_COMPANION_TEXT_FINDER_TEXT_FINDER_MANAGER_BASE_TEST_H_
#include <memory>
#include <vector>
#include "base/test/scoped_feature_list.h"
#include "chrome/browser/companion/text_finder/text_finder_manager.h"
#include "content/public/browser/browser_context.h"
#include "content/public/browser/web_contents.h"
#include "content/public/test/test_renderer_host.h"
#include "mojo/public/cpp/bindings/receiver.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "third_party/blink/public/mojom/annotation/annotation.mojom.h"
namespace companion {
class MockAnnotationAgentContainer
: public blink::mojom::AnnotationAgentContainer { … };
class TextFinderManagerBaseTest : public content::RenderViewHostTestHarness { … };
}
#endif