chromium/content/renderer/accessibility/render_accessibility_impl_test.h

// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#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 {};

}  // namespace content

#endif  // CONTENT_RENDERER_ACCESSIBILITY_RENDER_ACCESSIBILITY_IMPL_TEST_H_