#ifndef CONTENT_RENDERER_ACCESSIBILITY_ANNOTATIONS_AX_ANNOTATORS_MANAGER_H_
#define CONTENT_RENDERER_ACCESSIBILITY_ANNOTATIONS_AX_ANNOTATORS_MANAGER_H_
#include <memory>
#include <vector>
#include "content/common/content_export.h"
#include "ui/accessibility/ax_mode.h"
#include "ui/accessibility/ax_node_data.h"
#include "ui/accessibility/ax_tree_update.h"
namespace blink {
class WebDocument;
}
namespace content {
class AXAnnotator;
class RenderAccessibilityImpl;
class CONTENT_EXPORT AXAnnotatorsManager { … };
}
#endif