#ifndef UI_OZONE_PLATFORM_WAYLAND_TEST_WAYLAND_DRAG_DROP_TEST_H_
#define UI_OZONE_PLATFORM_WAYLAND_TEST_WAYLAND_DRAG_DROP_TEST_H_
#include <cstdint>
#include "base/functional/callback_forward.h"
#include "base/memory/raw_ptr.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "ui/base/dragdrop/os_exchange_data_provider_factory_ozone.h"
#include "ui/ozone/platform/wayland/test/wayland_test.h"
namespace gfx {
class Point;
}
namespace ui {
class WaylandWindow;
class TestWaylandOSExchangeDataProvideFactory
: public OSExchangeDataProviderFactoryOzone { … };
class WaylandDragDropTest : public WaylandTest { … };
}
#endif