#ifndef COMPONENTS_PAGE_CONTENT_ANNOTATIONS_CORE_TEST_PAGE_CONTENT_ANNOTATOR_H_
#define COMPONENTS_PAGE_CONTENT_ANNOTATIONS_CORE_TEST_PAGE_CONTENT_ANNOTATOR_H_
#include "base/containers/flat_map.h"
#include "base/containers/flat_set.h"
#include "components/page_content_annotations/core/page_content_annotator.h"
#include "components/page_content_annotations/core/page_content_annotations_common.h"
namespace page_content_annotations {
class TestPageContentAnnotator : public PageContentAnnotator { … };
}
#endif