chromium/remoting/protocol/clipboard_stub.h

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

// Interface for an object that receives clipboard events.
// This interface handles some event messages defined in event.proto.

#ifndef REMOTING_PROTOCOL_CLIPBOARD_STUB_H_
#define REMOTING_PROTOCOL_CLIPBOARD_STUB_H_

namespace remoting::protocol {

class ClipboardEvent;

class ClipboardStub {};

}  // namespace remoting::protocol

#endif  // REMOTING_PROTOCOL_CLIPBOARD_STUB_H_