chromium/remoting/host/linux/clipboard_wayland.h

// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef REMOTING_HOST_LINUX_CLIPBOARD_WAYLAND_H_
#define REMOTING_HOST_LINUX_CLIPBOARD_WAYLAND_H_

#include "remoting/host/clipboard.h"

#include <memory>

#include "remoting/host/linux/clipboard_portal_injector.h"
#include "remoting/proto/event.pb.h"
#include "remoting/protocol/clipboard_stub.h"

namespace remoting {

class ClipboardWayland : public Clipboard {};

}  // namespace remoting

#endif  // REMOTING_HOST_LINUX_CLIPBOARD_WAYLAND_H_