chromium/ui/ozone/platform/x11/x11_ozone_ui_controls_test_helper.h

// 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_PLATFORM_X11_X11_OZONE_UI_CONTROLS_TEST_HELPER_H_
#define UI_OZONE_PLATFORM_X11_X11_OZONE_UI_CONTROLS_TEST_HELPER_H_

#include "ui/ozone/public/ozone_ui_controls_test_helper.h"

#include "ui/base/x/test/x11_ui_controls_test_helper.h"

namespace ui {

class X11OzoneUIControlsTestHelper : public OzoneUIControlsTestHelper {};

OzoneUIControlsTestHelper* CreateOzoneUIControlsTestHelperX11();

}  // namespace ui

#endif  // UI_OZONE_PLATFORM_X11_X11_OZONE_UI_CONTROLS_TEST_HELPER_H_