#ifndef COMPONENTS_PAGE_CONTENT_ANNOTATIONS_CORE_PAGE_CONTENT_ANNOTATIONS_COMMON_H_
#define COMPONENTS_PAGE_CONTENT_ANNOTATIONS_CORE_PAGE_CONTENT_ANNOTATIONS_COMMON_H_
#include <optional>
#include <string>
#include <vector>
#include "base/functional/callback.h"
#include "base/values.h"
#include "components/page_content_annotations/core/page_content_annotation_type.h"
#include "third_party/abseil-cpp/absl/types/variant.h"
namespace page_content_annotations {
class WeightedIdentifier { … };
class BatchAnnotationResult { … };
BatchAnnotationCallback;
std::vector<BatchAnnotationResult> CreateEmptyBatchAnnotationResults(
const std::vector<std::string>& inputs);
class PageContentAnnotationsResult { … };
}
#endif