#ifndef CONTENT_WEB_TEST_RENDERER_ACCESSIBILITY_CONTROLLER_H_
#define CONTENT_WEB_TEST_RENDERER_ACCESSIBILITY_CONTROLLER_H_
#include <vector>
#include <memory>
#include <string>
#include "base/memory/raw_ptr.h"
#include "base/memory/weak_ptr.h"
#include "content/web_test/renderer/web_ax_object_proxy.h"
#include "third_party/blink/public/web/web_ax_object.h"
#include "ui/accessibility/ax_event_intent.h"
#include "v8/include/v8.h"
namespace blink {
class WebAXContext;
class WebLocalFrame;
class WebString;
class WebView;
}
namespace content {
class WebFrameTestProxy;
class AccessibilityController { … };
}
#endif