diff options
author | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-19 23:34:09 +0000 |
---|---|---|
committer | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-19 23:34:09 +0000 |
commit | d9f76627b14170b95639619089139b6f0493ae8c (patch) | |
tree | f3f6d791f2a5a460a08d6fd04e5ba97099d90e1e /net/http/http_response_body_drainer.h | |
parent | 0c150b5688948d0f7f1be33a16f57d58c910100d (diff) | |
download | chromium_src-d9f76627b14170b95639619089139b6f0493ae8c.zip chromium_src-d9f76627b14170b95639619089139b6f0493ae8c.tar.gz chromium_src-d9f76627b14170b95639619089139b6f0493ae8c.tar.bz2 |
Net: Add NET_API to some http code.
BUG=76997
TEST=NONE
Review URL: http://codereview.chromium.org/6969080
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86009 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/http/http_response_body_drainer.h')
-rw-r--r-- | net/http/http_response_body_drainer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/http/http_response_body_drainer.h b/net/http/http_response_body_drainer.h index 7ee1d7c..27b982f 100644 --- a/net/http/http_response_body_drainer.h +++ b/net/http/http_response_body_drainer.h @@ -11,6 +11,7 @@ #include "base/memory/scoped_ptr.h" #include "base/timer.h" #include "net/base/completion_callback.h" +#include "net/base/net_api.h" #include "net/http/http_network_session.h" namespace net { @@ -18,7 +19,7 @@ namespace net { class HttpStream; class IOBuffer; -class HttpResponseBodyDrainer { +class NET_TEST HttpResponseBodyDrainer { public: // The size in bytes of the buffer we use to drain the response body that // we want to throw away. The response body is typically a small page just a |