// Copyright 2022 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_CHILD_ITERATOR_BASE_H_ #define UI_ACCESSIBILITY_PLATFORM_CHILD_ITERATOR_BASE_H_ #include "ui/accessibility/platform/ax_platform_node_delegate.h" #include "ui/accessibility/platform/child_iterator.h" namespace ui { class COMPONENT_EXPORT(AX_PLATFORM) ChildIteratorBase : public ChildIterator { … }; } // namespace ui #endif // UI_ACCESSIBILITY_PLATFORM_CHILD_ITERATOR_BASE_H_