chromium/remoting/protocol/message_channel_factory.h

// Copyright 2016 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_PROTOCOL_MESSAGE_CHANNEL_FACTORY_H_
#define REMOTING_PROTOCOL_MESSAGE_CHANNEL_FACTORY_H_

#include <memory>
#include <string>

#include "base/functional/callback_forward.h"

namespace remoting::protocol {

class MessagePipe;

class MessageChannelFactory {};

}  // namespace remoting::protocol

#endif  // REMOTING_PROTOCOL_MESSAGE_CHANNEL_FACTORY_H_