| Index: net/http/http_stream_factory.h
|
| ===================================================================
|
| --- net/http/http_stream_factory.h (revision 95949)
|
| +++ net/http/http_stream_factory.h (working copy)
|
| @@ -12,7 +12,7 @@
|
| #include "base/string16.h"
|
| #include "net/base/completion_callback.h"
|
| #include "net/base/load_states.h"
|
| -#include "net/base/net_api.h"
|
| +#include "net/base/net_export.h"
|
|
|
| class GURL;
|
|
|
| @@ -38,12 +38,12 @@
|
| // created, this object is the creator's handle for interacting with the
|
| // HttpStream creation process. The request is cancelled by deleting it, after
|
| // which no callbacks will be invoked.
|
| -class NET_TEST HttpStreamRequest {
|
| +class NET_EXPORT_PRIVATE HttpStreamRequest {
|
| public:
|
| // The HttpStreamRequest::Delegate is a set of callback methods for a
|
| // HttpStreamRequestJob. Generally, only one of these methods will be
|
| // called as a result of a stream request.
|
| - class NET_TEST Delegate {
|
| + class NET_EXPORT_PRIVATE Delegate {
|
| public:
|
| virtual ~Delegate() {}
|
|
|
| @@ -144,7 +144,7 @@
|
| };
|
|
|
| // The HttpStreamFactory defines an interface for creating usable HttpStreams.
|
| -class NET_API HttpStreamFactory {
|
| +class NET_EXPORT HttpStreamFactory {
|
| public:
|
| virtual ~HttpStreamFactory();
|
|
|
|
|