#ifndef SERVICES_NETWORK_THROTTLING_THROTTLING_P2P_NETWORK_INTERCEPTOR_H_
#define SERVICES_NETWORK_THROTTLING_THROTTLING_P2P_NETWORK_INTERCEPTOR_H_
#include <memory>
#include "base/component_export.h"
#include "base/memory/raw_ptr.h"
#include "base/timer/timer.h"
#include "services/network/p2p/socket_udp.h"
#include "services/network/throttling/network_conditions.h"
#include "third_party/webrtc/call/simulated_network.h"
namespace network {
class P2PSocketUdp;
class COMPONENT_EXPORT(NETWORK_SERVICE) ThrottlingP2PNetworkInterceptor { … };
}
#endif