#ifndef UI_OZONE_PLATFORM_WAYLAND_TEST_TEST_SELECTION_DEVICE_MANAGER_H_
#define UI_OZONE_PLATFORM_WAYLAND_TEST_TEST_SELECTION_DEVICE_MANAGER_H_
#include <cstdint>
#include <memory>
#include <string>
#include <vector>
#include "base/files/scoped_file.h"
#include "base/functional/callback_forward.h"
#include "base/memory/raw_ptr.h"
#include "base/memory/raw_ptr_exclusion.h"
#include "base/memory/scoped_refptr.h"
#include "base/threading/thread.h"
#include "ui/ozone/platform/wayland/test/global_object.h"
#include "ui/ozone/platform/wayland/test/server_object.h"
#include "ui/ozone/public/platform_clipboard.h"
namespace base {
class SequencedTaskRunner;
}
namespace wl {
class TestSelectionSource;
class TestSelectionDevice;
class TestSelectionDeviceManager : public GlobalObject { … };
class TestSelectionOffer : public ServerObject { … };
class TestSelectionSource : public ServerObject { … };
class TestSelectionDevice : public ServerObject { … };
}
#endif