// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_ACCESSIBILITY_PLATFORM_INSPECT_AX_INSPECT_TEST_HELPER_H_ #define UI_ACCESSIBILITY_PLATFORM_INSPECT_AX_INSPECT_TEST_HELPER_H_ #include <optional> #include "base/files/file_path.h" #include "base/gtest_prod_util.h" #include "base/test/scoped_feature_list.h" #include "ui/accessibility/platform/inspect/ax_api_type.h" #include "ui/accessibility/platform/inspect/ax_inspect.h" namespace base { class FilePath; } // namespace base namespace ui { class AXInspectScenario; // A helper class for writing accessibility tree dump tests. class AXInspectTestHelper { … }; } // namespace ui #endif // UI_ACCESSIBILITY_PLATFORM_INSPECT_AX_INSPECT_TEST_HELPER_H_