// Copyright 2013 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_BASE_TEST_UI_CONTROLS_AURA_H_ #define UI_BASE_TEST_UI_CONTROLS_AURA_H_ #include "base/functional/callback_forward.h" #include "build/build_config.h" #include "build/chromeos_buildflags.h" #include "ui/base/test/ui_controls.h" #include "ui/events/keycodes/keyboard_codes.h" #include "ui/gfx/native_widget_types.h" namespace ui_controls { // An interface to provide Aura implementation of UI control. class UIControlsAura { … }; } // namespace ui_controls #endif // UI_BASE_TEST_UI_CONTROLS_AURA_H_