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
diff --git a/net/http/http_chunked_decoder.h b/net/http/http_chunked_decoder.h
index 837499c..8097e48 100644
--- a/net/http/http_chunked_decoder.h
+++ b/net/http/http_chunked_decoder.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.
@@ -48,6 +48,8 @@
#include <string>
+#include "net/base/net_api.h"
+
namespace net {
// From RFC2617 section 3.6.1, the chunked transfer coding is defined as:
@@ -74,7 +76,7 @@
// NOTE: This implementation does not bother to parse trailers since they are
// not used on the web.
//
-class HttpChunkedDecoder {
+class NET_TEST HttpChunkedDecoder {
public:
HttpChunkedDecoder();