// Copyright 2020 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_OZONE_PUBLIC_OZONE_UI_CONTROLS_TEST_HELPER_H_ #define UI_OZONE_PUBLIC_OZONE_UI_CONTROLS_TEST_HELPER_H_ #include <memory> #include "base/component_export.h" #include "base/functional/callback_forward.h" #include "ui/base/test/ui_controls.h" #include "ui/events/keycodes/keyboard_codes.h" #include "ui/gfx/native_widget_types.h" namespace gfx { class Point; } ui // namespace ui #endif // UI_OZONE_PUBLIC_OZONE_UI_CONTROLS_TEST_HELPER_H_