// 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_CHROMIUM_SOCKET_FACTORY_H_ #define REMOTING_PROTOCOL_CHROMIUM_SOCKET_FACTORY_H_ #include <stdint.h> #include "base/compiler_specific.h" #include "base/memory/weak_ptr.h" #include "third_party/webrtc/api/packet_socket_factory.h" namespace remoting::protocol { class SessionOptionsProvider; class ChromiumPacketSocketFactory : public rtc::PacketSocketFactory { … }; } // namespace remoting::protocol #endif // REMOTING_PROTOCOL_CHROMIUM_SOCKET_FACTORY_H_