#ifndef SERVICES_NETWORK_THROTTLING_THROTTLING_CONTROLLER_H_
#define SERVICES_NETWORK_THROTTLING_THROTTLING_CONTROLLER_H_
#include <map>
#include <memory>
#include <optional>
#include "base/component_export.h"
#include "base/no_destructor.h"
#include "base/threading/thread_checker.h"
#include "base/unguessable_token.h"
#include "build/build_config.h"
#include "services/network/public/cpp/network_service_buildflags.h"
namespace network {
class NetworkConditions;
class ScopedThrottlingToken;
class ThrottlingNetworkInterceptor;
class ThrottlingP2PNetworkInterceptor;
class COMPONENT_EXPORT(NETWORK_SERVICE) ThrottlingController { … };
}
#endif