| // Copyright 2023 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_AURA_TEST_UI_CONTROLS_AURAWIN_H_ | |
| #define UI_AURA_TEST_UI_CONTROLS_AURAWIN_H_ | |
| namespace aura::test { | |
| void EnableUIControlsAuraWin(); | |
| } // namespace aura::test | |
| #endif // UI_AURA_TEST_UI_CONTROLS_AURAWIN_H_ |