// 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_ICE_CONFIG_H_ #define REMOTING_PROTOCOL_ICE_CONFIG_H_ #include <string> #include <vector> #include "base/time/time.h" #include "base/values.h" #include "third_party/webrtc/p2p/base/port_allocator.h" #include "third_party/webrtc/rtc_base/socket_address.h" namespace remoting { namespace apis { namespace v1 { class GetIceConfigResponse; } // namespace v1 } // namespace apis namespace protocol { struct IceConfig { … }; } // namespace protocol } // namespace remoting #endif // REMOTING_PROTOCOL_ICE_CONFIG_H_