chromium/remoting/protocol/datagram_channel_factory.h

// Copyright 2014 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_DATAGRAM_CHANNEL_FACTORY_H_
#define REMOTING_PROTOCOL_DATAGRAM_CHANNEL_FACTORY_H_

#include <memory>
#include <string>

#include "base/functional/callback_forward.h"

namespace remoting::protocol {

class P2PDatagramSocket;

class DatagramChannelFactory {};

}  // namespace remoting::protocol

#endif  // REMOTING_PROTOCOL_DATAGRAM_CHANNEL_FACTORY_H_