// Copyright 2015 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_BROWSER_ACCESSIBILITY_ACCESSIBILITY_TREE_FORMATTER_BLINK_H_ #define CONTENT_BROWSER_ACCESSIBILITY_ACCESSIBILITY_TREE_FORMATTER_BLINK_H_ #include <string> #include <vector> #include "content/common/content_export.h" #include "ui/accessibility/platform/inspect/ax_tree_formatter_base.h" namespace ui { class BrowserAccessibility; } namespace content { class CONTENT_EXPORT AccessibilityTreeFormatterBlink : public ui::AXTreeFormatterBase { … }; } // namespace content #endif // CONTENT_BROWSER_ACCESSIBILITY_ACCESSIBILITY_TREE_FORMATTER_BLINK_H_