// Copyright 2011 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef NET_HTTP_HTTP_RESPONSE_BODY_DRAINER_H_ #define NET_HTTP_HTTP_RESPONSE_BODY_DRAINER_H_ #include <memory> #include "base/memory/raw_ptr.h" #include "base/memory/scoped_refptr.h" #include "base/timer/timer.h" #include "net/base/net_export.h" namespace net { class HttpNetworkSession; class HttpStream; class IOBuffer; class NET_EXPORT_PRIVATE HttpResponseBodyDrainer { … }; } // namespace net #endif // NET_HTTP_HTTP_RESPONSE_BODY_DRAINER_H_