chromium/ui/base/x/test/x11_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_BASE_X_TEST_X11_UI_CONTROLS_TEST_HELPER_H_
#define UI_BASE_X_TEST_X11_UI_CONTROLS_TEST_HELPER_H_

#include "base/component_export.h"
#include "base/memory/raw_ptr.h"
#include "ui/base/test/ui_controls_aura.h"
#include "ui/gfx/native_widget_types.h"
#include "ui/gfx/x/connection.h"

namespace gfx {
class Point;
}

namespace ui {

class COMPONENT_EXPORT(UI_BASE_X) X11UIControlsTestHelper {};

}  // namespace ui

#endif  // UI_BASE_X_TEST_X11_UI_CONTROLS_TEST_HELPER_H_