summaryrefslogtreecommitdiffstats
path: root/net/http/http_transaction.h
diff options
context:
space:
mode:
authorrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-19 23:34:09 +0000
committerrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-19 23:34:09 +0000
commitd9f76627b14170b95639619089139b6f0493ae8c (patch)
treef3f6d791f2a5a460a08d6fd04e5ba97099d90e1e /net/http/http_transaction.h
parent0c150b5688948d0f7f1be33a16f57d58c910100d (diff)
downloadchromium_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_transaction.h')
-rw-r--r--net/http/http_transaction.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/http/http_transaction.h b/net/http/http_transaction.h
index 1923851..8f4a984 100644
--- a/net/http/http_transaction.h
+++ b/net/http/http_transaction.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -9,6 +9,7 @@
#include "base/string16.h"
#include "net/base/completion_callback.h"
#include "net/base/load_states.h"
+#include "net/base/net_api.h"
namespace net {
@@ -22,7 +23,7 @@ class SSLHostInfo;
// Represents a single HTTP transaction (i.e., a single request/response pair).
// HTTP redirects are not followed and authentication challenges are not
// answered. Cookies are assumed to be managed by the caller.
-class HttpTransaction {
+class NET_TEST HttpTransaction {
public:
// Stops any pending IO and destroys the transaction object.
virtual ~HttpTransaction() {}