#ifndef SERVICES_NETWORK_THROTTLING_THROTTLING_NETWORK_INTERCEPTOR_H_
#define SERVICES_NETWORK_THROTTLING_THROTTLING_NETWORK_INTERCEPTOR_H_
#include <stdint.h>
#include <memory>
#include <set>
#include <utility>
#include <vector>
#include "base/component_export.h"
#include "base/memory/weak_ptr.h"
#include "base/timer/timer.h"
#include "services/network/throttling/network_conditions.h"
namespace base {
class TimeDelta;
class TimeTicks;
}
namespace network {
class NetworkConditions;
class COMPONENT_EXPORT(NETWORK_SERVICE) ThrottlingNetworkInterceptor { … };
}
#endif