#ifndef COMPONENTS_PAGE_CONTENT_ANNOTATIONS_CORE_PAGE_CONTENT_ANNOTATIONS_MODEL_MANAGER_H_
#define COMPONENTS_PAGE_CONTENT_ANNOTATIONS_CORE_PAGE_CONTENT_ANNOTATIONS_MODEL_MANAGER_H_
#include <optional>
#include "base/memory/raw_ptr.h"
#include "components/page_content_annotations/core/page_content_annotator.h"
#include "components/optimization_guide/core/model_info.h"
#include "components/page_content_annotations/core/page_content_annotation_job.h"
#include "components/page_content_annotations/core/page_content_annotations_common.h"
#include "components/page_content_annotations/core/page_visibility_model_handler.h"
#include "net/base/priority_queue.h"
namespace optimization_guide {
class OptimizationGuideModelProvider;
}
namespace page_content_annotations {
class PageContentAnnotationsModelManager : public PageContentAnnotator { … };
}
#endif