#ifndef CONTENT_RENDERER_ACCESSIBILITY_RENDER_ACCESSIBILITY_IMPL_TEST_H_
#define CONTENT_RENDERER_ACCESSIBILITY_RENDER_ACCESSIBILITY_IMPL_TEST_H_
#include <vector>
#include "base/memory/raw_ptr.h"
#include "content/public/test/render_view_test.h"
#include "third_party/blink/public/mojom/render_accessibility.mojom.h"
#include "third_party/blink/public/web/web_ax_object.h"
#include "ui/accessibility/ax_tree_update_forward.h"
namespace content {
WebAXObject;
class RenderAccessibilityImpl;
class RenderFrameImpl;
class RenderAccessibilityImplTest : public RenderViewTest { … };
}
#endif